Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def respond(
|
|
19 |
pipe = pipeline("text-generation", model="codefuse-ai/CodeFuse-DeepSeek-33B")
|
20 |
pipe(messages)
|
21 |
|
22 |
-
|
23 |
|
24 |
for message in client.chat_completion(
|
25 |
messages,
|
|
|
19 |
pipe = pipeline("text-generation", model="codefuse-ai/CodeFuse-DeepSeek-33B")
|
20 |
pipe(messages)
|
21 |
|
22 |
+
response = ""
|
23 |
|
24 |
for message in client.chat_completion(
|
25 |
messages,
|