shell_gpt icon indicating copy to clipboard operation
shell_gpt copied to clipboard

Add Google Gemini support

Open lucasliet opened this issue 9 months ago • 1 comments

  • add prompt to put google gemini api key on installation
  • add condition to use gemini api key on litellm if model name starts with gemini/*
  • change use litellm default value to true
  • change default model to gemini/gemini-1.5-flash

since gemini has free tier usage and litellm has native support to it, it is interesting to use it instead of openai gpt

lucasliet avatar Jun 04 '24 20:06 lucasliet