warhawkmonk commited on
Commit
c70830d
·
verified ·
1 Parent(s): 8ccaac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def consume_llm_api(prompt):
27
  """
28
  Sends a prompt to the LLM API and processes the streamed response.
29
  """
30
- url = "https://b8c1-2405-201-802c-f859-29bd-7fc5-dcb-1fe4.ngrok-free.app/api/llm-response"
31
  headers = {"Content-Type": "application/json"}
32
  payload = {"prompt": prompt}
33
 
 
27
  """
28
  Sends a prompt to the LLM API and processes the streamed response.
29
  """
30
+ url = "https://7bf7-205-196-17-124.ngrok-free.app/api/llm-response"
31
  headers = {"Content-Type": "application/json"}
32
  payload = {"prompt": prompt}
33