Skip to content

Commit

Permalink
Python: Update anthropic_settings url path (#8689)
Browse files Browse the repository at this point in the history
### Motivation and Context

While developing,i found that the Documentation in the Settings Class of
Antropic is pointing to Mistral.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
Co-authored-by: Tao Chen <taochen@microsoft.com>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent 4c00b79 commit 38902ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ class AnthropicSettings(KernelBaseSettings):
however, validation will fail alerting that the settings are missing.
Optional settings for prefix 'ANTHROPIC_' are:
- api_key: ANTHROPIC API key, see https://console.mistral.ai/api-keys
- api_key: ANTHROPIC API key, see https://console.anthropic.com/settings/keys
(Env var ANTHROPIC_API_KEY)
- chat_model_id: The Anthropic chat model ID to use see https://docs.mistral.ai/getting-started/models/.
- chat_model_id: The Anthropic chat model ID to use see https://docs.anthropic.com/en/docs/about-claude/models.
(Env var ANTHROPIC_CHAT_MODEL_ID)
- env_file_path: if provided, the .env settings are read from this file path location
"""
Expand Down

0 comments on commit 38902ea

Please sign in to comment.