vivienneaddyson commited on
Commit
a029069
·
verified ·
1 Parent(s): 83865c1

Updated token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def respond(message, history):
14
  response = client.chat_completion(
15
  messages,
16
  max_tokens = 100
17
- )
18
  return response.choices[0].message.content.strip()
19
 
20
  chatbot = gr.ChatInterface(respond)
 
14
  response = client.chat_completion(
15
  messages,
16
  max_tokens = 100
17
+ )
18
  return response.choices[0].message.content.strip()
19
 
20
  chatbot = gr.ChatInterface(respond)