mirror of
https://github.com/langchain-ai/ambient-agent-101.git
synced 2026-07-01 21:14:02 -04:00
Update examples with alternative model providers
This commit is contained in:
+13
-2
@@ -1,12 +1,23 @@
|
||||
|
||||
# Model Provider Options
|
||||
|
||||
# OpenAI Option
|
||||
OPENAI_API_KEY="<OpenAI-API-Key>"
|
||||
|
||||
# Anthropic Option
|
||||
ANTHROPIC_API_KEY="<Anthropic-API-Key>"
|
||||
|
||||
# Bedrock alternative
|
||||
# Azure OpenAI Option
|
||||
AZURE_OPENAI_API_KEY="<Azure-OpenAI-API-Key>"
|
||||
AZURE_OPENAI_ENDPOINT="<Azure-OpenAI-Endpoint>"
|
||||
|
||||
# Bedrock Option
|
||||
AWS_ACCESS_KEY_ID="<AWS-Bedrock-Access-Key-ID>"
|
||||
AWS_SECRET_ACCESS_KEY="<AWS-Secret-Access-Key>"
|
||||
AWS_REGION_NAME="<AWS-Region-Name>"
|
||||
AWS_REGION="<AWS-Region-Name>"
|
||||
|
||||
|
||||
# Tracing
|
||||
LANGSMITH_TRACING=true
|
||||
LANGSMITH_API_KEY="<LangSmith-API-Key>"
|
||||
LANGSMITH_ENDPOINT="https://api.smith.langchain.com" #Default; change to custom endpoint for self-hosted customers
|
||||
|
||||
+784
-502
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user