mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-23 05:41:10 -05:00
Remove Kodu provider
This commit is contained in:
@@ -281,7 +281,7 @@ const ChatRow: React.FC<ChatRowProps> = ({
|
||||
<p style={{ ...pStyle, color: "var(--vscode-errorForeground)" }}>
|
||||
{apiRequestFailedMessage}
|
||||
</p>
|
||||
{apiProvider === "kodu" && (
|
||||
{/* {apiProvider === "kodu" && (
|
||||
<div
|
||||
style={{
|
||||
display: "flex",
|
||||
@@ -312,7 +312,7 @@ const ChatRow: React.FC<ChatRowProps> = ({
|
||||
.
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
)} */}
|
||||
</>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user