ChatDev icon indicating copy to clipboard operation
ChatDev copied to clipboard

Implementation of Gemini API

Open yashkite opened this issue 1 year ago • 6 comments

Google Bard has released Gemini Api what if it gets sifted to Gemin ai instead of gpt4 because its API is free right now I guess for 1 year https://ai.google.dev/docs/gemini_api_overview

yashkite avatar Dec 27 '23 16:12 yashkite

It would be nice to wrap this and #27 into a bigger issue/feature request of being able to choose between the model or API you'd like to use for your ChatDev instance.

cryptictech avatar Dec 30 '23 20:12 cryptictech

Hi, here's a version that implements Gemini with vertex ai: https://github.com/Liagim01/chatdev-with-gemini Installation of vertex ai is needed: https://cloud.google.com/vertex-ai/docs/generative-ai/start/quickstarts/quickstart-multimodal

Liagim01 avatar Jan 11 '24 08:01 Liagim01

Hi guys, Is there any progress on that one?

FlorianBouron avatar Jan 13 '24 22:01 FlorianBouron

Yes, any progress with ChatDev hook Gemini?

aklakl avatar Jan 16 '24 04:01 aklakl

You can run it through LiteLLM. It's a good intermediate step before native support implemented

cryptictech avatar Jan 16 '24 19:01 cryptictech