Skip to content

Commit

Permalink
settings: update example
Browse files Browse the repository at this point in the history
Signed-off-by: TRACTION <19631364+iamtraction@users.noreply.github.com>
  • Loading branch information
iamtraction committed Oct 6, 2024
1 parent 5f1e1f2 commit 84893e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions settings.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,17 @@ gemini:
# Change the `maxOutputTokens` value to set the length of ChatGPT's responses.
# https://ai.google.dev/gemini-api/docs/tokens
maxOutputTokens: 256
# Required for `chat` command to use the Anthropic's APIs.
# API pricing depends on these values.
# For more details, check https://www.anthropic.com/pricing#anthropic-api
anthropic:
apiKey: ""
# If you want to use Claude 3.5 Sonnet, set `model` to `claude-3-5-sonnet-20240620`.
# https://docs.anthropic.com/en/docs/about-claude/models
model: "claude-3-haiku-20240307"
# Change the `maxTokens` value to set the length of Claude's responses.
# https://docs.anthropic.com/en/docs/about-claude/models#model-comparison-table
maxTokens: 128
# Required for `weather` command.
openWeatherMapApiKey: ""
# Required for `movie` and `tv` commands.
Expand Down

0 comments on commit 84893e1

Please sign in to comment.