Skip to content

Commit a489a8b

Browse files
committed
Removes print statements
1 parent 10dd931 commit a489a8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/providers/unbound.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export class UnboundHandler extends BaseProvider implements SingleCompletionHand
147147

148148
async completePrompt(prompt: string): Promise<string> {
149149
try {
150-
console.log("completePrompt running in Unbound: ", prompt)
151150
const requestOptions: OpenAI.Chat.Completions.ChatCompletionCreateParamsNonStreaming = {
152151
model: this.getModel().id.split("/")[1],
153152
messages: [{ role: "user", content: prompt }],

0 commit comments

Comments
 (0)