Fix bug where I stopped initiating the background processes
This commit is contained in:
parent
26be460041
commit
8932f46900
2 changed files with 8 additions and 1 deletions
1
main.go
1
main.go
|
|
@ -135,6 +135,7 @@ func main() {
|
|||
// Start up background processes
|
||||
ctx, cancel := context.WithCancel(context.Background())
|
||||
defer cancel()
|
||||
background.Start(ctx)
|
||||
|
||||
openai_logger := log.With().Logger()
|
||||
err = llm.CreateOpenAIClient(ctx, &openai_logger)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue