You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| VITE_LLM_MODELS | Mandatory | diffbot,gpt-4o,gpt-4o-mini | Comma separated list of LLM Model names to show in the selector
175
176
|===
176
177
177
178
@@ -191,7 +192,7 @@ uvicorn score:app --reload
191
192
[options="header",cols="m,a,m,a"]
192
193
|===
193
194
| Env Variable Name | Mandatory/Optional | Default Value | Description
194
-
| LLM_MODELS | Optional | diffbot,gpt-3.5,gpt-4o | Models available for selection on the frontend, used for entities extraction and Q&A Chatbot (other models: `gemini-1.0-pro, gemini-1.5-pro`)
195
+
| VITE_LLM_MODELS | Optional | diffbot,gpt-3.5,gpt-4o | Models available for selection on the frontend, used for entities extraction and Q&A Chatbot (other models: `gemini-1.0-pro, gemini-1.5-pro`)
195
196
| OPENAI_API_KEY | Optional | sk-... | API key for OpenAI (if enabled)
196
197
| DIFFBOT_API_KEY | Optional | | API key for Diffbot (if enabled)
197
198
| EMBEDDING_MODEL | Optional | all-MiniLM-L6-v2 | Model for generating the text embedding (all-MiniLM-L6-v2 , openai , vertexai)
0 commit comments