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
fix: cannot automatically get embedding dim when create embedding provider (AstrBotDevs#5442)
* fix(dashboard): 强化 API Key 复制临时节点清理逻辑
* fix(embedding): 自动检测改为探测 OpenAI embedding 最大可用维度
* fix: normalize openai embedding base url and add hint key
* i18n: add embedding_api_base hint translations
* i18n: localize provider embedding/proxy metadata hints
* fix: show provider-specific embedding API Base URL hint as field subtitle
* fix(embedding): cap OpenAI detect_dim probes with early short-circuit
* fix(dashboard): return generic error on provider adapter import failure
* 回退检测逻辑
Copy file name to clipboardExpand all lines: dashboard/src/i18n/locales/en-US/features/config-metadata.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1086,6 +1086,12 @@
1086
1086
"embedding_api_base": {
1087
1087
"description": "API Base URL"
1088
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."
1094
+
},
1089
1095
"volcengine_cluster": {
1090
1096
"description": "Volcengine cluster",
1091
1097
"hint": "For voice cloning models, choose volcano_icl or volcano_icl_concurr; default is volcano_tts."
@@ -1313,6 +1319,10 @@
1313
1319
"api_base": {
1314
1320
"description": "API Base URL"
1315
1321
},
1322
+
"proxy": {
1323
+
"description": "Proxy address",
1324
+
"hint": "HTTP/HTTPS proxy URL, e.g. http://127.0.0.1:7890. Applies only to this provider's API requests and does not affect Docker internal networking."
0 commit comments