feat: added perplexity model

This commit is contained in:
Meet Patel
2024-12-14 11:59:10 +05:30
parent 9666b2ab67
commit 8bcd82c9d4
6 changed files with 44 additions and 1 deletions

View File

@@ -70,6 +70,11 @@ LMSTUDIO_API_BASE_URL=
# You only need this environment variable set if you want to use xAI models
XAI_API_KEY=
# Get your Perplexity API Key here -
# https://www.perplexity.ai/settings/api
# You only need this environment variable set if you want to use Perplexity models
PERPLEXITY_API_KEY=
# Include this environment variable if you want more logging for debugging locally
VITE_LOG_LEVEL=debug