fix: Add other model provider keys as examples
This commit is contained in:
parent
be62f74488
commit
8f8129c3d2
1 changed files with 6 additions and 0 deletions
|
|
@ -43,7 +43,13 @@ MICROSOFT_GRAPH_OAUTH_CLIENT_SECRET=
|
|||
# OPTIONAL: dns routable from google (etc.) to handle continous ingest (something like ngrok works). This enables continous ingestion
|
||||
WEBHOOK_BASE_URL=
|
||||
|
||||
# Model Provider API Keys
|
||||
OPENAI_API_KEY=
|
||||
ANTHROPIC_API_KEY=
|
||||
OLLAMA_ENDPOINT=
|
||||
WATSONX_API_KEY=
|
||||
WATSONX_ENDPOINT=
|
||||
WATSONX_PROJECT_ID=
|
||||
|
||||
AWS_ACCESS_KEY_ID=
|
||||
AWS_SECRET_ACCESS_KEY=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue