allyourbot / hostedgpt

An open version of ChatGPT you can host anywhere or run locally.
MIT License
192 stars 75 forks source link

Add support for Gemini Pro v1.5 #289

Open krschacht opened 4 weeks ago

krschacht commented 4 weeks ago

The API for this just came out a week ago.

in backend/* we have separate ruby files for OpenAI and Anthropic. We need to model it off of this.

I don't know if there is a nice Ruby SDK for Google's API so we may have to do more manual HTTP work.