Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ with gr.Blocks() as demo:
|
|
26 |
repo_id="BirdL/ChickenChatTelemetry",
|
27 |
)
|
28 |
|
29 |
-
def response(message, chat_history)
|
30 |
if num == 0:
|
31 |
response = client.chat.completions.create(
|
32 |
model="deepseek-chat",
|
|
|
26 |
repo_id="BirdL/ChickenChatTelemetry",
|
27 |
)
|
28 |
|
29 |
+
def response(message, chat_history):
|
30 |
if num == 0:
|
31 |
response = client.chat.completions.create(
|
32 |
model="deepseek-chat",
|