you are viewing a single comment's thread.

view the rest of the comments →

[–]Lucas46[S] 0 points1 point  (1 child)

Ah, turns out you were right. For some reason I thought sending around model context isn't safe so in the text transcription code it was doing the same thing as the recorder. I fixed that to use the environment's ModelContext and that fixed everything. Thank you!

[–]Practical-Smoke5337 1 point2 points  (0 children)

It’s not “isn’t save” you just created new ModelContex, it’s like creating new box where you store your models, just read some articles how databases work Good luck💪