Update app.py
Browse files
app.py
CHANGED
@@ -38,8 +38,7 @@ def respond(
|
|
38 |
response = ""
|
39 |
|
40 |
for message in client.chat.completions.create(
|
41 |
-
|
42 |
-
model="NousResearch/DeepHermes-3-Llama-3-8B-Preview",
|
43 |
max_tokens=max_tokens,
|
44 |
stream=True,
|
45 |
temperature=temperature,
|
|
|
38 |
response = ""
|
39 |
|
40 |
for message in client.chat.completions.create(
|
41 |
+
model="meta-llama/Meta-Llama-3.1-8B-Instruct",
|
|
|
42 |
max_tokens=max_tokens,
|
43 |
stream=True,
|
44 |
temperature=temperature,
|