patterns-ai-core / langchainrb

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

Rename the model name related parameter names to shorter versions #820

Closed andreibondarev closed 1 month ago

andreibondarev commented 1 month ago

When instantiating the LLM-related constructors it is quite long to type "default_options: { chat_completion_model_name: }". We should rename it to "chat_model:", short and sweet.