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
Quoting @tmc from #43 :
Let's do variadic/functional Options arguments to pass these (and have some reasonable defaults). like
Let's do variadic/functional Options arguments to pass these (and have some reasonable defaults).
like
type Option func(LLM) func New(options ...Option) (*LLM, error) { llm := &LLM{...} for _, o := range options { o(llm) } }
/e: I wanted to also document which LLMs need to be updated, but as this is changing so quickly, I don't think that's feasible atm
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Quoting @tmc from #43 :
/e: I wanted to also document which LLMs need to be updated, but as this is changing so quickly, I don't think that's feasible atm
The text was updated successfully, but these errors were encountered: