Spaces:
Paused
Paused
Update main.py
Browse files
main.py
CHANGED
|
@@ -13,7 +13,7 @@ api = DeepSeekAPI(API_KEY)
|
|
| 13 |
|
| 14 |
class ChatRequest(BaseModel):
|
| 15 |
prompt: str
|
| 16 |
-
thinking_enabled: bool =
|
| 17 |
search_enabled: bool = False
|
| 18 |
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
class ChatRequest(BaseModel):
|
| 15 |
prompt: str
|
| 16 |
+
thinking_enabled: bool = False
|
| 17 |
search_enabled: bool = False
|
| 18 |
|
| 19 |
|