Remove Kodu provider

This commit is contained in:
Saoud Rizwan
2024-08-27 21:38:01 -04:00
parent ac6f712b9c
commit 843ef29a07
22 changed files with 95 additions and 689 deletions

View File

@@ -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>
)}
)} */}
</>
)}
</>