DeMaking commited on
Commit
56d1df4
·
verified ·
1 Parent(s): 682ccae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ def generate_response(text):
44
  print(f"Messages: {messages}, ", f"current time: {current_time_gmt()}")
45
 
46
  completion = client.chat.completions.create(
47
- #model="mistralai/Mistral-Nemo-Instruct-2407",
48
- model="microsoft/Phi-3.5-mini-instruct",
49
  messages=messages,
50
  max_tokens=2048,
51
  temperature=0.5,
 
44
  print(f"Messages: {messages}, ", f"current time: {current_time_gmt()}")
45
 
46
  completion = client.chat.completions.create(
47
+ model="mistralai/Mistral-Nemo-Instruct-2407",
48
+ # model="microsoft/Phi-3.5-mini-instruct", # good in english. not so good in hebrew
49
  messages=messages,
50
  max_tokens=2048,
51
  temperature=0.5,