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