Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def respond(
|
|
54 |
|
55 |
# Stream response tokens from the chat completion API
|
56 |
for message_chunk in client.chat_completion(
|
57 |
-
model = "google/gemma-2b-it"
|
58 |
messages=messages,
|
59 |
max_tokens=max_tokens,
|
60 |
stream=True,
|
|
|
54 |
|
55 |
# Stream response tokens from the chat completion API
|
56 |
for message_chunk in client.chat_completion(
|
57 |
+
model = "google/gemma-2b-it",
|
58 |
messages=messages,
|
59 |
max_tokens=max_tokens,
|
60 |
stream=True,
|