suzall commited on
Commit
feef418
·
verified ·
1 Parent(s): c49f0e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def get_text():
40
  return input_text
41
 
42
 
43
- chat = ChatOpenAI(temperature=0)
44
 
45
 
46
 
 
40
  return input_text
41
 
42
 
43
+ chat = ChatCohere(temperature=0)
44
 
45
 
46