Skip to content

Commit b97b701

Browse files
committed
Fix openrouter name
1 parent d762ca6 commit b97b701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/bots/openrouter/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ export class OpenRouterBot extends AbstractBot {
104104
}
105105

106106
get name() {
107-
return `OpenRouter/${this.config.model})`
107+
return `OpenRouter/${this.config.model}`
108108
}
109109
}

0 commit comments

Comments
 (0)