You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue here is that the backend needs the file extension for decoding. If you need to process an anonymous file reader from, os.Stdin for instance, you'll have to manually add a filename to the reader.
Be
reader
of typeio.Reader
The above call fails with:
Edit:
Seems like filename in
openai-go/internal/apiform/encoder.go
Line 316 in 8d58dfa
Fix in PR #92 seems to fix it
The text was updated successfully, but these errors were encountered: