Skip to content

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
semanser committed Apr 5, 2024
1 parent e2b1443 commit 5cfa545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/executor/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func ProcessQueue(flowId int64, db *database.Queries) {
return
}

log.Printf("Using provider: %s. Model: %s\n", provider.Name(), flow.ModelProvider.String)
log.Printf("Using provider: %s. Model: %s\n", provider.Name(), flow.Model.String)

go func() {
for {
Expand Down

0 comments on commit 5cfa545

Please sign in to comment.