We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33a6db commit af7ad2bCopy full SHA for af7ad2b
1 file changed
src/core/webview/ClineProvider.ts
@@ -834,6 +834,14 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
834
apiProvider: "pearai",
835
apiModelId: "pearai-model-creator",
836
}
837
+ } else {
838
+ if (apiConfig.apiModelId == "pearai-model-creator") {
839
+ apiConfig = {
840
+ ...apiConfig,
841
+ apiProvider: "pearai",
842
+ apiModelId: "pearai-model",
843
+ }
844
845
846
847
await Promise.all([
0 commit comments