deepak191z commited on
Commit
8159aa3
·
verified ·
1 Parent(s): 4e16a0c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -13,7 +13,7 @@ api = DeepSeekAPI(API_KEY)
13
 
14
  class ChatRequest(BaseModel):
15
  prompt: str
16
- thinking_enabled: bool = True
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