Spaces:
Runtime error
Runtime error
Update app5.py
Browse files
app5.py
CHANGED
@@ -11,7 +11,7 @@ import pymongo
|
|
11 |
import certifi
|
12 |
|
13 |
|
14 |
-
token = '
|
15 |
|
16 |
# Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
|
17 |
|
@@ -69,7 +69,7 @@ def save(ID, response, message_text):
|
|
69 |
|
70 |
def LLM_call(message_log):
|
71 |
|
72 |
-
serverless_api_id = '
|
73 |
# Define the URL you want to send the request to
|
74 |
url = f"https://api.runpod.ai/v2/{serverless_api_id}/run"
|
75 |
|
|
|
11 |
import certifi
|
12 |
|
13 |
|
14 |
+
token = 'ZZRARNLSL8I1P0O9ONXT213DKIK9KB8EJFQXZH02'
|
15 |
|
16 |
# Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
|
17 |
|
|
|
69 |
|
70 |
def LLM_call(message_log):
|
71 |
|
72 |
+
serverless_api_id = 'bi48s9yd8n0spz'
|
73 |
# Define the URL you want to send the request to
|
74 |
url = f"https://api.runpod.ai/v2/{serverless_api_id}/run"
|
75 |
|