patterns-ai-core / langchainrb

Build LLM-powered applications in Ruby
https://rubydoc.info/gems/langchainrb
MIT License
1.45k stars 195 forks source link

Adding custom chat params #860

Closed chalmagean closed 1 month ago

chalmagean commented 1 month ago

It would be great to able to manually override or add chat params.

Currently, there's no way to do that in the chat_with_llm method.

chalmagean commented 1 month ago

Fixed