Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using different models for different agents #12

Open
bmwttd opened this issue Oct 3, 2024 · 0 comments
Open

Consider using different models for different agents #12

bmwttd opened this issue Oct 3, 2024 · 0 comments

Comments

@bmwttd
Copy link

bmwttd commented Oct 3, 2024

All the agents use the same model as part of the create_graph function / method.

In some cases you would want to use different models for different agents. For example, openai model for the planner agent and claude for the reviewer. The setup is such that all the agents are configured using one model type. Passing a dictionary to the create_graph method to override the default model per node or using a config file per agent would be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant