Update examples with alternative model providers

This commit is contained in:
catherine-langchain
2025-07-09 21:14:12 -07:00
parent e2b4bdbc1d
commit 4632b46c21
2 changed files with 797 additions and 504 deletions
+13 -2
View File
@@ -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
File diff suppressed because one or more lines are too long