feat: modular non-intrusive Amazon Bedrock support, add config example
This commit is contained in:
parent
4e10b42b30
commit
2a13cb49f3
@ -6,6 +6,14 @@ api_key = "YOUR_API_KEY" # Your API key
|
|||||||
max_tokens = 8192 # Maximum number of tokens in the response
|
max_tokens = 8192 # Maximum number of tokens in the response
|
||||||
temperature = 0.0 # Controls randomness
|
temperature = 0.0 # Controls randomness
|
||||||
|
|
||||||
|
# [llm] # Amazon Bedrock
|
||||||
|
# api_type = "aws" # Required
|
||||||
|
# model = "us.anthropic.claude-3-7-sonnet-20250219-v1:0" # Bedrock supported modelID
|
||||||
|
# base_url = "bedrock-runtime.us-west-2.amazonaws.com" # Not used now
|
||||||
|
# max_tokens = 8192
|
||||||
|
# temperature = 1.0
|
||||||
|
# api_key = "bear" # Required but not used for Bedrock
|
||||||
|
|
||||||
# [llm] #AZURE OPENAI:
|
# [llm] #AZURE OPENAI:
|
||||||
# api_type= 'azure'
|
# api_type= 'azure'
|
||||||
# model = "YOUR_MODEL_NAME" #"gpt-4o-mini"
|
# model = "YOUR_MODEL_NAME" #"gpt-4o-mini"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user