Update app.py
Browse files
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
|