-
Notifications
You must be signed in to change notification settings - Fork 23
Connector Implementation & Inheritance: Anthropic Claude #499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
qoweh
wants to merge
33
commits into
aliencube:main
Choose a base branch
from
qoweh:feat/261-ConnectorImplementation-Inheritance-AnthropicClaude
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+775
−62
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
4714dd8
refactor: split UI logic in ChatHeader.razor
qoweh 04735cc
test: add integration tests for NewChat button and icon visibility
qoweh a8f0a7d
Merge remote-tracking branch 'upstream/main'
qoweh 6e68171
Merge remote-tracking branch 'origin/main'
qoweh 1f5783c
Merge branch 'aliencube:main' into main
qoweh 5094a9f
Merge branch 'aliencube:main' into main
qoweh 8ed4bfd
Merge branch 'aliencube:main' into main
qoweh 39354bc
Merge branch 'aliencube:main' into main
qoweh cf64868
Merge branch 'aliencube:main' into main
qoweh 6cfef60
Merge branch 'aliencube:main' into main
qoweh aeb63e8
Merge branch 'aliencube:main' into main
qoweh 1e225a0
Merge branch 'main' into feat/261-ConnectorImplementation-Inheritance…
qoweh bb8dcbf
feat: Add support for Anthropic API integration and update documentation
qoweh ebf7b2b
feat: Add documentation for running OpenChat Playground with Anthropi…
qoweh e06184b
feat: Update default model references to Claude Sonnet 4 and adjust a…
qoweh e3dba70
feat: Add support for Anthropic connector in LanguageModelConnector
qoweh 15881b4
feat: Implement Anthropic connector for LanguageModel integration
qoweh 0708685
feat: Enhance AnthropicConnector with improved error handling and add…
qoweh 65b2d5f
Adds documentation for Anthropic connector
qoweh c625f11
Updates documentation to refer to Anthropic models
qoweh 9bc001b
feat: Refactor GetChatClientAsync to improve API client initializatio…
qoweh 4842bc8
Merge branch 'aliencube:main' into main
qoweh 24c3dd5
Merge branch 'main' into feat/261-ConnectorImplementation-Inheritance…
qoweh d23c92b
feat: add max_tokens parameter for Anthropic in appsettings.json
qoweh 92c3eed
feat: add property MaxTokens for Anthropic in AnthropicSettings
qoweh 604dcf3
Merge remote-tracking branch 'origin/main' into feat/261-ConnectorImp…
qoweh 1a58fb7
fix: temporarily disable Anthropic
qoweh 9c51809
test: skip all Anthropic connector tests until enabled
qoweh 06efab1
refactor: update documentation to remove "Claude" references from Ant…
qoweh 99b7de9
Merge branch 'main' into feat/261-ConnectorImplementation-Inheritance…
qoweh 09ad176
feat: add option MaxTokens for parsing option
qoweh cc490d7
Merge branch 'main' into feat/261-ConnectorImplementation-Inheritance…
qoweh 8032506
feat: add constant for '--max-tokens' command-line argument
qoweh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
20번, 25번, 30번 라인에서 Calude를 뺏다가 다시 넣었는데요, (20번줄은 다시 안 넣었네요)
Anthropic Claude 라고 하는 것보다 Anthropic으로 넣는 게 맞는 것 같은데 어떤 식으로 할까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빼시죠!