Merge branch 'main' into main

This commit is contained in:
Cole Medin
2024-10-24 08:19:59 -05:00
committed by GitHub
19 changed files with 613 additions and 98 deletions

View File

@@ -35,5 +35,10 @@ OPENAI_LIKE_API_BASE_URL=
# Get your OpenAI Like API Key
OPENAI_LIKE_API_KEY=
# Get your Mistral API Key by following these instructions -
# https://console.mistral.ai/api-keys/
# You only need this environment variable set if you want to use Mistral models
MISTRAL_API_KEY=
# Include this environment variable if you want more logging for debugging locally
VITE_LOG_LEVEL=debug