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

Allow model_kwargs to be passed to llm API #347

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Allow model_kwargs to be passed to llm API #347

merged 1 commit into from
Oct 3, 2024

Conversation

jlowin
Copy link
Member

@jlowin jlowin commented Oct 3, 2024

import controlflow as cf

cf.run("Write a quick paragraph on AI", model_kwargs=dict(max_tokens=100))

@jlowin jlowin added the enhancement Enhance an existing feature label Oct 3, 2024
@jlowin jlowin merged commit d821c21 into main Oct 3, 2024
4 checks passed
@jlowin jlowin deleted the model-kwargs branch October 3, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant