Commit
•
cc6666c
1
Parent(s):
93f1a1e
fix comma
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def respond(
|
|
32 |
|
33 |
for message in client.chat_completion(
|
34 |
messages,
|
35 |
-
model=model #"meta-llama/Meta-Llama-3.1-8B-Instruct",
|
36 |
max_tokens=max_tokens,
|
37 |
stream=True,
|
38 |
temperature=temperature,
|
|
|
32 |
|
33 |
for message in client.chat_completion(
|
34 |
messages,
|
35 |
+
model=model, #"meta-llama/Meta-Llama-3.1-8B-Instruct",
|
36 |
max_tokens=max_tokens,
|
37 |
stream=True,
|
38 |
temperature=temperature,
|