warhawkmonk commited on
Commit
345c5fc
·
verified ·
1 Parent(s): 2e40a86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def consume_llm_api(prompt):
28
  """
29
  Sends a prompt to the LLM API and processes the streamed response.
30
  """
31
- url = "https://beige-streets-say.loca.lt/api/llm-response"
32
  headers = {"Content-Type": "application/json"}
33
  payload = {"prompt": prompt}
34
 
 
28
  """
29
  Sends a prompt to the LLM API and processes the streamed response.
30
  """
31
+ url = "https://tidy-lights-glow.loca.lt/api/llm-response"
32
  headers = {"Content-Type": "application/json"}
33
  payload = {"prompt": prompt}
34