This repository has been archived by the owner on May 13, 2024. It is now read-only.
Add Support for Routing Services for More Model #96
Sponge-bink
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be great if ChatFred can talk to models other than ones from OpenAI, and for people who don't have access to the GPT-4 API (me, 🙃), the option is even less -- just
gpt-3.5-turbo
.OpenRouter is a routing service that I have been using for weeks, providing access to model like Claude 2 from Anthropic, PaLM from Google, Llama v2 70B (recently added) from Meta, and GPT-4 from OpenAI. I believe that they are adding more.
And it's fairly simple to implement, get an API key from them (when you register, you will get about half a buck of credit for your API key to play with before you have to top-up), add two headers to the requests, change the API base URL, and you're good to go. Read the docs from them.
In fact I have been already using a modified version of ChatFred to talk to GPT-4 and Claude 2.
Beta Was this translation helpful? Give feedback.
All reactions