Skip to content

Commit

Permalink
server: Undo rename of ai_worker file
Browse files Browse the repository at this point in the history
After offline discussion we realized it makes more sense as is. Kept some docs.
  • Loading branch information
victorges committed Jan 10, 2025
1 parent 59d5bea commit b742a54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ai_orchestrator.go → server/ai_worker.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package server

// ai_orchestrator.go implements logic for orchestrators to send AI jobs to AI Workers.
// ai_worker.go implements logic for orchestrators to spin up and send AI jobs to workers.

import (
"bytes"
Expand Down
File renamed without changes.

0 comments on commit b742a54

Please sign in to comment.