We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@edgararuiz asked me for a way to get the model from the current chat so that ellmer can be more easily used as a backend by chattr. I think a simple
ellmer
chattr
chat$get_model()
would be sufficient. And it seems easier than exposing the whole provider (discussed in #202).
The text was updated successfully, but these errors were encountered:
Out of interest, why does chattr need the model name?
Sorry, something went wrong.
Implement Chat$get_model()
Chat$get_model()
27ddc45
Fixes #299
facd2a5
Successfully merging a pull request may close this issue.
@edgararuiz asked me for a way to get the model from the current chat so that
ellmer
can be more easily used as a backend bychattr
. I think a simplewould be sufficient. And it seems easier than exposing the whole provider (discussed in #202).
The text was updated successfully, but these errors were encountered: