Update app.py
Browse files
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 |
-
|
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,
|