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

Support automatic model configuration on agents #308

Merged
merged 3 commits into from
Sep 12, 2024
Merged

Support automatic model configuration on agents #308

merged 3 commits into from
Sep 12, 2024

Conversation

jlowin
Copy link
Member

@jlowin jlowin commented Sep 12, 2024

Support model configuration from a string:

import controlflow as cf

agent = cf.Agent(model='openai/gpt-4o-mini')

@jlowin jlowin added the feature New feature that doesn't exist today label Sep 12, 2024
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Sep 12, 2024
@jlowin jlowin merged commit ad2b455 into main Sep 12, 2024
4 checks passed
@jlowin jlowin deleted the model branch September 12, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature New feature that doesn't exist today
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant