keynes42 commited on
Commit
0a20bfd
·
verified ·
1 Parent(s): 6363d8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ class BasicAgent:
19
 
20
  # Initialize the model
21
  model = HfApiModel(model_id="deepseek-ai/DeepSeek-V3-0324",
22
- llm_format="text-generation",
23
  token=os.environ["HF_TOKEN"],
24
  max_tokens=2048,
25
  temperature=0.0
 
19
 
20
  # Initialize the model
21
  model = HfApiModel(model_id="deepseek-ai/DeepSeek-V3-0324",
22
+ # llm_format="text-generation",
23
  token=os.environ["HF_TOKEN"],
24
  max_tokens=2048,
25
  temperature=0.0