Chainlit / cookbook

Chainlit's cookbook repo
https://github.com/Chainlit/chainlit
713 stars 270 forks source link

Send Files to OpenAI Assistant #52

Closed skt7 closed 8 months ago

skt7 commented 8 months ago

Firstly, thanks for the OpenAI Assistant API implementation

I was looking into the same and found that the assistant could not find the uploaded files: Screenshot (88)

I looked into the code and found that the logic for reading the input files and sending them to the assistant was missing.

skt7 commented 8 months ago

I was able to implement the same, and have raised a PR as well: #53