patterns-ai-core / langchainrb

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

Improvement to Langchain.logger #790

Open andreibondarev opened 1 month ago

andreibondarev commented 1 month ago

Is your feature request related to a problem? Please describe.

dferrazm commented 1 month ago

☝️ Fixed by #796


Within the Langchain::LLM::* classes, make sure the different Net::HTTP, Faraday or client libraries are using the global Langchain.logger configuration.

For that one ☝️ , I'll do in a different PR, since I still haven't gone through all the clients.