[Feature] Add support for Google Gemini (#1009)

This commit is contained in:
Deven Patel
2023-12-15 06:10:55 +05:30
committed by GitHub
parent c0ee680546
commit 151746beec
9 changed files with 211 additions and 14 deletions

View File

@@ -387,6 +387,7 @@ def validate_config(config_data):
"jina",
"llama2",
"vertexai",
"google",
),
Optional("config"): {
Optional("model"): str,