warhawkmonk commited on
Commit
95efe0b
·
verified ·
1 Parent(s): a0096ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def consume_llm_api(prompt):
33
  """
34
  Sends a prompt to the LLM API and processes the streamed response.
35
  """
36
- url = "https://wise-eagles-send.loca.lt/api/llm-response"
37
  headers = {"Content-Type": "application/json"}
38
  payload = {"prompt": prompt}
39
 
 
33
  """
34
  Sends a prompt to the LLM API and processes the streamed response.
35
  """
36
+ url = "https://little-phones-sell.loca.lt/api/llm-response"
37
  headers = {"Content-Type": "application/json"}
38
  payload = {"prompt": prompt}
39