Skip to content

Commit

Permalink
enable /sonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
d0ctr authored Jul 20, 2024
1 parent 53474ae commit 64b29b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telegram/telegram-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ class TelegramClient {
this._registerTelegramCommand('context', process.env.OPENAI_TOKEN || process.env.ANTHROPIC_TOKEN);
this._registerTelegramCommand('gpt4', process.env.OPENAI_TOKEN);
this._registerTelegramCommand('opus', process.env.ANTHROPIC_TOKEN);
this._registerTelegramCommand('sonnet', process.env.ANTHROPIC_TOKEN);
this._registerTelegramCommand('vision', process.env.OPENAI_TOKEN);
this._registerTelegramCommand('tldr', process.env.YA300_TOKEN && config.YA300_API_BASE, true);
this._registerTelegramCommand('t', this.app && this.app.redis, true);
Expand Down

0 comments on commit 64b29b7

Please sign in to comment.