Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
How to use this on custom model?
#18
by
Blazgo
- opened
How to do this with a different model? Which model does this use under the hood?
Seems like it uses gpt-4 itself. It would be great if this used an open model instead
Maybe this can help: https://github.com/huggingface/smolagents/tree/main/examples/open_deep_research
Seems like it uses gpt-4 itself. It would be great if this used an open model instead
You can clone space and use: HfApiModel()
(from smolagents import HfApiModel) instead of LiteLLM. In my experience, I have seen Gemini and GPT 4o work much more reliably for agentic use cases. Also, I can resist mentioning a old tweet from Clement.
https://twitter.com/ClementDelangue/status/1831766744178028770