Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkart authored and umputun committed May 30, 2024
1 parent 32aacb5 commit fe9b1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bot/openai/openai.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func (o *OpenAI) CreateChatCompletion(ctx context.Context, req openai.ChatComple
return o.client.CreateChatCompletion(ctx, req)
}

// UserNameOrDisplayName username or display name or "user"
// UserNameOrDisplayName username or display name or "пользователь"
func UserNameOrDisplayName(msg bot.Message) string {
username := ""
if msg.From.Username != "" {
Expand Down

0 comments on commit fe9b1c6

Please sign in to comment.