You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dashboard/src/i18n/locales/en-US/features/config-metadata.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1084,8 +1084,13 @@
1084
1084
"description": "API Key"
1085
1085
},
1086
1086
"embedding_api_base": {
1087
-
"description": "API Base URL",
1088
-
"hint": "OpenAI Embedding automatically appends /v1 at request time. For Gemini Embedding, use https://generativelanguage.googleapis.com and do not add /v1beta manually."
1087
+
"description": "API Base URL"
1088
+
},
1089
+
"openai_embedding": {
1090
+
"hint": "OpenAI Embedding automatically appends /v1 at request time."
1091
+
},
1092
+
"gemini_embedding": {
1093
+
"hint": "Gemini Embedding does not require manually adding /v1beta."
0 commit comments