Skip to content

Commit

Permalink
Room: Refine stat for AI-Talk. v5.14.12
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Mar 26, 2024
1 parent 6aac5a5 commit 1aee49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,7 @@ The following are the update records for the SRS Stack server.
* Transcript: Support set the force_style for overlay subtitle. v5.13.30
* Transcript: Use Whisper response without LF. (#163). v5.13.31
* Token: Fix bug for Bearer token while initializing. [v5.13.32](https://github.com/ossrs/srs-stack/releases/tag/v5.13.32)
* Room: Refine stat for AI-Talk. v5.13.33
* v5.12
* Refine local variable name conf to config. v5.12.1
* Add forced exit on timeout for program termination. v5.12.1
Expand Down
2 changes: 1 addition & 1 deletion platform/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func queryLatestVersion(ctx context.Context) (*Versions, error) {
for _, v := range rooms {
var obj SrsLiveRoom
if err = json.Unmarshal([]byte(v), &obj); err == nil {
if obj.Assistant {
if obj.Assistant && obj.AISecretKey != "" {
count++
}
if talkServer != nil {
Expand Down

0 comments on commit 1aee49a

Please sign in to comment.