clementrof commited on
Commit
9f7db9a
·
verified ·
1 Parent(s): a1501d7

Update app5.py

Browse files
Files changed (1) hide show
  1. app5.py +2 -2
app5.py CHANGED
@@ -11,7 +11,7 @@ import pymongo
11
  import certifi
12
 
13
 
14
- token = '5UAYO8UWHNQKT3UUS9H8V360L76MD72DRIUY9QC2'
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 = '4whzcbwuriohqh'
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