We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da28ec commit fff2065Copy full SHA for fff2065
1 file changed
readme.md
@@ -21,7 +21,7 @@ Available variables:
21
| AWS_DEFAULT_REGION | | REQUIRED - Only if LLM=claudev2 or embedding_model=aws |
22
| OPENAI_API_KEY | | REQUIRED - Only if LLM=gpt-4 or LLM=gpt-3.5 or embedding_model=openai |
23
| GOOGLE_API_KEY | | REQUIRED - Only required when using GoogleGenai LLM or embedding model google-genai-embedding-001|
24
-| PUBLIC_API_BASE_URL | http://localhost:8504 | OPTIONAL - URL to the Bot API endpoint |
+| VITE_API_BASE_URL | http://localhost:8504 | OPTIONAL - URL to the Bot API endpoint |
25
| LANGCHAIN_ENDPOINT | "https://api.smith.langchain.com" | OPTIONAL - URL to Langchain Smith API |
26
| LANGCHAIN_TRACING_V2 | false | OPTIONAL - Enable Langchain tracing v2 |
27
| LANGCHAIN_PROJECT | | OPTIONAL - Langchain project name |
0 commit comments