Skip to content

Commit

Permalink
no web search for now
Browse files Browse the repository at this point in the history
  • Loading branch information
radiantspace committed Nov 19, 2024
1 parent 36bb3df commit 19a42e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/app/telegram/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ func handleEngineSwitchCallbackQuery(callbackQuery telego.CallbackQuery, topicSt
}
if callbackQuery.Data == string(models.Grok) {
go redis.SaveModel(chatIDString, models.Grok)
notification := "Switched to Grok model, intelligent and fun with Web Search enabled!"
notification := "Switched to Grok model, intelligent and fun!"
notification = lib.AddBotSuffixToGroupCommands(ctx, notification)
_, err := BOT.SendMessage(tu.Message(tu.ID(chatID), notification).WithMessageThreadID(topicID))
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion backend/app/telegram/user_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func GetModelsKeyboard(ctx context.Context) *telego.InlineKeyboardMarkup {
InlineKeyboard: [][]telego.InlineKeyboardButton{
{
{
Text: grokActive + "Grok + Web 🌍 πŸ’°πŸ’°πŸƒπŸƒπŸ§ πŸ§ πŸ§ ",
Text: grokActive + "Grok πŸ’°πŸ’°πŸƒπŸƒπŸ§ πŸ§ πŸ§ ",
CallbackData: string(models.Grok) + ":" + topicString,
},
},
Expand Down

0 comments on commit 19a42e0

Please sign in to comment.