From 05a64d90a8e0d07807219c5f5035054a80458eb9 Mon Sep 17 00:00:00 2001 From: LUIS NOVO Date: Tue, 10 Jun 2025 11:55:07 -0300 Subject: [PATCH] docs: new env variable examples --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.example b/.env.example index c419c4d..8bca865 100644 --- a/.env.example +++ b/.env.example @@ -16,6 +16,11 @@ OPENAI_API_KEY= # GOOGLE_APPLICATION_CREDENTIALS=./google-credentials.json # VERTEX_LOCATION=us-east5 +# MISTRAL +# MISTRAL_API_KEY= + +# DEEPSEEK +# DEEPSEEK_API_KEY= # OLLAMA # OLLAMA_API_BASE="http://10.20.30.20:11434"