LibreChat/docs/install
Danny Avila 561ce8e86a
feat: Google Gemini ❇️ (#1355)
* refactor: add gemini-pro to google Models list; use defaultModels for central model listing

* refactor(SetKeyDialog): create useMultipleKeys hook to use for Azure, export `isJson` from utils, use EModelEndpoint

* refactor(useUserKey): change variable names to make keyName setting more clear

* refactor(FileUpload): allow passing container className string

* feat(GoogleClient): Gemini support

* refactor(GoogleClient): alternate stream speed for Gemini models

* feat(Gemini): styling/settings configuration for Gemini

* refactor(GoogleClient): substract max response tokens from max context tokens if context is above 32k (I/O max is combined between the two)

* refactor(tokens): correct google max token counts and subtract max response tokens when input/output count are combined towards max context count

* feat(google/initializeClient): handle both local and user_provided credentials and write tests

* fix(GoogleClient): catch if credentials are undefined, handle if serviceKey is string or object correctly, handle no examples passed, throw error if not a Generative Language model and no service account JSON key is provided, throw error if it is a Generative m
odel, but not google API key was provided

* refactor(loadAsyncEndpoints/google): activate Google endpoint if either the service key JSON file is provided in /api/data, or a GOOGLE_KEY is defined.

* docs: updated Google configuration

* fix(ci): Mock import of Service Account Key JSON file (auth.json)

* Update apis_and_tokens.md

* feat: increase max output tokens slider for gemini pro

* refactor(GoogleSettings): handle max and default maxOutputTokens on model change

* chore: add sensitive redact regex

* docs: add warning about data privacy

* Update apis_and_tokens.md
2023-12-15 02:18:07 -05:00
..
apis_and_tokens.md feat: Google Gemini ❇️ (#1355) 2023-12-15 02:18:07 -05:00
container_install.md docs: third-party tools (#848) 2023-08-28 09:18:25 -04:00
default_language.md docs: update on default language and how to add a language 🌐 (#1042) 2023-10-11 16:37:42 -04:00
docker_compose_install.md Update docker_compose_install.md 2023-12-11 22:44:27 -05:00
dotenv.md refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
free_ai_apis.md Updated: Azure Cognitive Search Plugin/ Free AI APIs 🔎 (#1230) 2023-11-30 13:50:28 -05:00
linux_install.md docs: mongo-express 🍃 (#1247) 2023-11-30 13:49:39 -05:00
litellm.md 📚 docs: Add LiteLLM Proxy - Load balance 100+ LLMs & Spend Tracking ⚖️🤖📈 (#1249) 2023-11-30 13:59:16 -05:00
mac_install.md docs: Update installation instructions for Docker and (#1117) 2023-10-29 11:52:31 -04:00
misc.md docs: Add LibreChat reverse proxy setup with Basic Auth & Misc section (#1118) 2023-10-29 12:23:25 -04:00
mongodb.md documentation update: mongodb (#1347) 2023-12-14 07:44:20 -05:00
user_auth_system.md 📚 docs: Facebook update (#1312) 2023-12-08 14:05:24 -05:00
windows_install.md docs: mongo-express 🍃 (#1247) 2023-11-30 13:49:39 -05:00