mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Remove Kodu provider
This commit is contained in:
@@ -1261,8 +1261,8 @@ ${this.customInstructions.trim()}
|
||||
)
|
||||
const { message, userCredits } = await this.api.createMessage(systemPrompt, adjustedMessages, tools)
|
||||
if (userCredits !== undefined) {
|
||||
console.log("Updating kodu credits", userCredits)
|
||||
this.providerRef.deref()?.updateKoduCredits(userCredits)
|
||||
console.log("Updating credits", userCredits)
|
||||
// TODO: update credits
|
||||
}
|
||||
return message
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user