-
Notifications
You must be signed in to change notification settings - Fork 1k
chore: add aibridge configs & experiment #19793
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
base: main
Are you sure you want to change the base?
Conversation
707b404
to
e4346f3
Compare
// aibridge-related deps and directives. // TODO: replace with published tag. | ||
replace github.com/coder/aibridge v0.0.0 => /home/coder/aibridge |
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.
Blocker: we cannot merge until this is replaced with a real version.
There are several PRs in https://github.com/coder/aibridge which have to land first for this to happen.
Flag: "aibridge-enabled", | ||
Env: "CODER_AIBRIDGE_ENABLED", | ||
Value: &c.AI.BridgeConfig.Enabled, | ||
Default: "true", |
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.
This should be hidden for now, especially since it's also an experiment
@@ -475,16 +475,19 @@ require ( | |||
) | |||
|
|||
require ( | |||
github.com/anthropics/anthropic-sdk-go v1.11.0 | |||
github.com/anthropics/anthropic-sdk-go v1.4.0 |
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.
Downgraded?
No description provided.