项目文件夹

文件
2026-07-13 13:22:34 +08:00

17 行
363 B
YAML

endpoints:
- name: completions
endpoint_type: llm/v1/completions
model:
provider: mistral
name: mistral-tiny
config:
mistral_api_key: $MISTRAL_API_KEY
- name: embeddings
endpoint_type: llm/v1/embeddings
model:
provider: mistral
name: mistral-embed
config:
mistral_api_key: $MISTRAL_API_KEY