Spaces:
Sleeping
Sleeping
fix 3
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def respond(
|
|
45 |
|
46 |
for message in client.chat_completion(
|
47 |
model="meta-llama/Llama-3.2-1B",
|
48 |
-
messages,
|
49 |
max_tokens=max_tokens,
|
50 |
stream=True,
|
51 |
temperature=temperature,
|
|
|
45 |
|
46 |
for message in client.chat_completion(
|
47 |
model="meta-llama/Llama-3.2-1B",
|
48 |
+
messages=messages,
|
49 |
max_tokens=max_tokens,
|
50 |
stream=True,
|
51 |
temperature=temperature,
|