Skip to content

Commit

Permalink
Merge pull request #336 from saikotek/fix-links
Browse files Browse the repository at this point in the history
Fix non-functioning link to anthropic docs
  • Loading branch information
haouarihk authored Nov 28, 2024
2 parents e422c8d + 9f981aa commit 9180bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LLMProviders/custom/anthropic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default class AnthropicLegacyProvider
<IconExternalLink />
</SettingItem>
</a>
<a href="https://docs.anthropic.com/claude/reference/selecting-a-model">
<a href="https://docs.anthropic.com/en/docs/about-claude/models">
<SettingItem
name="Available models"
className="plug-tg-text-xs plug-tg-opacity-50 hover:plug-tg-opacity-100"
Expand Down
2 changes: 1 addition & 1 deletion src/LLMProviders/langchain/chatanthropic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default class LangchainChatAnthropicProvider
<IconExternalLink />
</SettingItem>
</a>
<a href="https://docs.anthropic.com/claude/reference/selecting-a-model">
<a href="https://docs.anthropic.com/en/docs/about-claude/models">
<SettingItem
name="Available models"
className="plug-tg-text-xs plug-tg-opacity-50 hover:plug-tg-opacity-100"
Expand Down

0 comments on commit 9180bd9

Please sign in to comment.