Drop incompatible encoding format for Voyage embeddings #9

Merged
slh merged 1 commits from fix/voyage-encoding-format into main 2026-07-17 23:10:00 +08:00
Showing only changes of commit ffff650e3a - Show all commits

View File

@ -79,6 +79,7 @@ model_list:
litellm_params: litellm_params:
model: voyage/voyage-4 model: voyage/voyage-4
api_key: os.environ/VOYAGE_API_KEY api_key: os.environ/VOYAGE_API_KEY
additional_drop_params: ["encoding_format"]
litellm_settings: litellm_settings:
aiohttp_trust_env: true aiohttp_trust_env: true