We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458507e commit c34ed46Copy full SHA for c34ed46
src/api/index.ts
@@ -144,6 +144,8 @@ export function buildApiHandler(configuration: ProviderSettings): ApiHandler {
144
return new IOIntelligenceHandler(options)
145
case "roo":
146
return new RooHandler(options)
147
+ case "featherless":
148
+ return new FeatherlessHandler(options)
149
default:
150
apiProvider satisfies "gemini-cli" | undefined
151
return new AnthropicHandler(options)
0 commit comments