Yuvalamitay commited on
Commit
7e38377
·
verified ·
1 Parent(s): 70d8c86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,6 +90,7 @@ def respond(message, history):
90
  messages, max_tokens = 700, temperature=1.3, top_p=0.6
91
  )
92
  return response['choices'][0]['message']['content'].strip()
 
93
  chat_theme = gr.themes.Soft(
94
  primary_hue="pink",
95
  secondary_hue="rose",
 
90
  messages, max_tokens = 700, temperature=1.3, top_p=0.6
91
  )
92
  return response['choices'][0]['message']['content'].strip()
93
+
94
  chat_theme = gr.themes.Soft(
95
  primary_hue="pink",
96
  secondary_hue="rose",