We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d762ca6 commit b97b701Copy full SHA for b97b701
1 file changed
src/app/bots/openrouter/index.ts
@@ -104,6 +104,6 @@ export class OpenRouterBot extends AbstractBot {
104
}
105
106
get name() {
107
- return `OpenRouter/${this.config.model})`
+ return `OpenRouter/${this.config.model}`
108
109
0 commit comments