Spaces:
Running
Running
Commit
·
0d581d5
1
Parent(s):
869ec66
update
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ model = HfApiModel(
|
|
35 |
#model_id=model_id,
|
36 |
# it is possible that this model may be overloaded
|
37 |
custom_role_conversions=None,
|
38 |
-
|
39 |
#model = LiteLLMModel(model_id="anthropic/claude-3-5-sonnet-latest", temperature=0.2, max_tokens=10)
|
40 |
# Import tool from Hub
|
41 |
# image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
|
|
35 |
#model_id=model_id,
|
36 |
# it is possible that this model may be overloaded
|
37 |
custom_role_conversions=None,
|
38 |
+
)
|
39 |
#model = LiteLLMModel(model_id="anthropic/claude-3-5-sonnet-latest", temperature=0.2, max_tokens=10)
|
40 |
# Import tool from Hub
|
41 |
# image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|