eyurtsev / kor

LLM(😽)
https://eyurtsev.github.io/kor/
MIT License
1.6k stars 88 forks source link

Updating model kwargs usage in documentation #227

Closed smwitkowski closed 11 months ago

smwitkowski commented 11 months ago

The arguments frequency_penalty, presence_penalty, and top_p in ChatOpenAI have been moved from direct parameters to the model_kwargs parameter. In this PR, I'm updating README.md and docs/source/index.md to reflect that change.

eyurtsev commented 11 months ago

Thanks @smwitkowski