Support API parameters
Closed this issue · 3 comments
cryingpotat0 commented
Describe the feature or improvement you're requesting
Thanks for making this package! I think having support for other API parameters (https://platform.openai.com/docs/api-reference/completions) like temperature/ n_tokens will be super helpful.
Also any reason the model names are consts vs some enum structure?
Additional context
No response
dongri commented
Add parameters for chat completions
dongri commented
@cryingpotat0 can use v0.1.9
cryingpotat0 commented
Thanks so much!