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