DeMaking commited on
Commit
945700d
·
verified ·
1 Parent(s): 8072cd8

Update app.py

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