Mohammad Reza Karimi
Mohammad Reza Karimi
I'm still not satisfied with the way we implemented session, but we got closer.
Changing to `github.com/benbjohnson/clock` causes tests to fail, it seems that function implementations are also different 🤔
I'm willing to open a PR if the issue sounds reasonable.
Changing the AudioRequest to: ```go req := openai.AudioRequest{ Model: openai.Whisper1, FilePath: "hashhashhash", } ``` the file is a valid audio, but it's OGG that OpenAI doesn't support, the error I...