ricklamers / gpt-code-ui

An open source implementation of OpenAI's ChatGPT Code interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Anthropic - Claude, Google Palm, llama2

ishaan-jaff opened this issue ยท comments

โš ๏ธ Please check that this feature request hasn't been suggested before.

  • I searched previous Ideas in Discussions didn't find any similar feature requests.
  • I searched previous Issues didn't find any similar feature requests.

๐Ÿ”– Feature description

I'd love to use this with Anthropic, Google Palm, llama2

โœ”๏ธ Solution

Use litellm https://github.com/BerriAI/litellm to expand supported models for gpt-code-ui

โ“ Alternatives

No response

๐Ÿ“ Additional Context

No response

Acknowledgements

  • My issue title is concise, descriptive, and in title casing.
  • I have searched the existing issues to make sure this feature has not been requested yet.
  • I have provided enough information for the maintainers to understand and evaluate this request.

Open to adding LangChain to make it easier to support other LLMs

curious why langchain and not https://github.com/BerriAI/litellm (for context i'm the maintainer of litellm and I built it because I found langchain too bloated)?

@ricklamers any feedback here would be super helpful