Skip to content

Commit b0864c3

Browse files
feat(ai-gateway): set ai_sdk_provider to anthropic for KILO_AUTO_FRONTIER_MODEL (#2998)
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
1 parent 0fa5a6f commit b0864c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/web/src/lib/ai-gateway/kilo-auto

apps/web/src/lib/ai-gateway/kilo-auto/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export const KILO_AUTO_FRONTIER_MODEL: AutoModel = {
110110
supports_images: true,
111111
supports_pdf: true,
112112
opencode_settings: {
113+
ai_sdk_provider: 'anthropic',
113114
family: 'claude',
114115
prompt: 'anthropic',
115116
},

0 commit comments

Comments
 (0)