Spaces:
Running
Running
Update app.py
Browse files
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://
|
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 |
|