mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Removes print statements
This commit is contained in:
parent
10dd931eb7
commit
a489a8b1e4
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ export class UnboundHandler extends BaseProvider implements SingleCompletionHand
|
|||
|
||||
async completePrompt(prompt: string): Promise<string> {
|
||||
try {
|
||||
console.log("completePrompt running in Unbound: ", prompt)
|
||||
const requestOptions: OpenAI.Chat.Completions.ChatCompletionCreateParamsNonStreaming = {
|
||||
model: this.getModel().id.split("/")[1],
|
||||
messages: [{ role: "user", content: prompt }],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue