alexrudall / ruby-openai

OpenAI API + Ruby! 🤖❤️ NEW: Assistant Vector Stores
MIT License
2.61k stars 302 forks source link

Files for assistants can now be PDFs,... as we only validate .jsonl files #391

Closed stefan-kp closed 7 months ago

stefan-kp commented 7 months ago

Currently all files are validated on upload so it is impossible to use PDFs for assistants This small fix now allows other types

drnic commented 7 months ago

Thanks

alexrudall commented 7 months ago

Thanks @stefan-kp!