T3lli commited on
Commit
11779e7
·
verified ·
1 Parent(s): 3af723f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ demo = gr.ChatInterface(
61
 
62
 
63
  if __name__ == "__main__":
64
- messages = [{"role": "user", "content": "Hello!"}]
65
  client.chat_completion(
66
 
67
  messages,
 
61
 
62
 
63
  if __name__ == "__main__":
64
+ messages = {"role": "user", "content": "Hello!"}
65
  client.chat_completion(
66
 
67
  messages,