Skip to content

Commit

Permalink
Fix openrouter name
Browse files Browse the repository at this point in the history
  • Loading branch information
wong2 committed Dec 25, 2023
1 parent d762ca6 commit b97b701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/bots/openrouter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ export class OpenRouterBot extends AbstractBot {
}

get name() {
return `OpenRouter/${this.config.model})`
return `OpenRouter/${this.config.model}`
}
}

0 comments on commit b97b701

Please sign in to comment.