chore: Update environment variable names for OpenAI Like integration
This commit is contained in:
10
.env.example
10
.env.example
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user