patterns-ai-core / langchainrb

Build LLM-powered applications in Ruby

Home Page:https://rubydoc.info/gems/langchainrb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for other LLMs that support Function Calling for `Langchain::Assistant` to work with

andreibondarev opened this issue · comments

Description

Currently OpenAI is the only supported LLM by Langchain::Assistant. We'd like to expand the list of support LLMs.

Tasks

  • Add support for Google Gemini (#513)
  • Add support for Cohere