chore: Update environment variable names for OpenAI Like integration

This commit is contained in:
Gaoyao Massimo Hu
2024-10-23 16:43:27 +01:00
parent 30dfa4fda4
commit 9f2db7b683
5 changed files with 11 additions and 13 deletions

View File

@@ -29,13 +29,11 @@ GOOGLE_GENERATIVE_AI_API_KEY=
# EXAMPLE http://localhost:11434
OLLAMA_API_BASE_URL=
# You only need this environment variable set if you want to use OpenAI API Like models
# EXAMPLE https://xxx.xxxx.com/v1
OPENAI_API_LIKE_BASE_URL=
# You only need this environment variable set if you want to use OpenAI Like models
OPENAI_LIKE_API_BASE_URL=
# Get your OpenAI API Like Key by following these instructions -
# https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key
OPENAI_API_LIKE_KEY=
# Get your OpenAI Like API Key
OPENAI_LIKE_API_KEY=
# Include this environment variable if you want more logging for debugging locally
VITE_LOG_LEVEL=debug