Skip to content

Commit b8cf527

Browse files
committed
Correct message
1 parent 2db60f9 commit b8cf527

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

src/chat/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ async function streamModelResponse(
139139
}
140140

141141
try {
142-
stream.progress(`Using model ${chosenProvider} with Ollama...`);
142+
stream.progress(`Using ${chosenProvider}...`);
143143

144144
const chatResponse = await chatRequest(chosenProvider, messages, {}, token);
145145

src/chat/send.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import {
77
LanguageModelChatResponse,
88
} from "vscode";
99
import Configuration from "../configuration";
10-
import { AiConfig } from "./aiConfig";
11-
import { AiProvider } from "./types";
10+
import { AiConfig, AiProvider } from "./aiConfig";
1211

1312
export async function chatRequest(
1413
provider: AiProvider,

src/chat/types.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)