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

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

Sign up or log in to comment