modified: vars.sh.sample

This commit is contained in:
Russell Ballestrini 2025-03-11 22:14:17 -04:00
parent 54223fc4bb
commit c7278e07a7

View file

@ -36,3 +36,7 @@ export OPENAI_API_KEY="gone"
# MistralAI La Platform endpoint.
export MODEL_ENDPOINT_8="https://api.mistral.ai/v1"
export MODEL_API_KEY_8="gone"
# Anthropic Platform
export MODEL_ENDPOINT_9="https://api.anthropic.com/v1"
export MODEL_API_KEY_9="gone"