Skip to content

Commit

Permalink
settings: update example
Browse files Browse the repository at this point in the history
Signed-off-by: TRACTION <[email protected]>
  • Loading branch information
iamtraction committed Oct 6, 2024
1 parent c4f63b1 commit 9f0a3cd
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 @@ -90,6 +90,17 @@ openai:
# Change the `maxTokens` value to set the length of ChatGPT's responses.
# https://platform.openai.com/tokenizer
maxTokens: 100
# Required for `chat` command to use the Google's Gemini APIs.
# API pricing depends on these values.
# For more details, check https://ai.google.dev/pricing
gemini:
apiKey: ""
# If you want to use Gemini 1.5 Pro, set `model` to `gemini-1.5-pro`.
# https://ai.google.dev/gemini-api/docs/models/gemini
model: "gemini-1.5-flash"
# Change the `maxOutputTokens` value to set the length of ChatGPT's responses.
# https://ai.google.dev/gemini-api/docs/tokens
maxOutputTokens: 256
# Required for `weather` command.
openWeatherMapApiKey: ""
# Required for `movie` and `tv` commands.
Expand Down

0 comments on commit 9f0a3cd

Please sign in to comment.