culture-dao / chainlit-template

Chainlit OAI Assistants Template (COAT)
MIT License
4 stars 1 forks source link

Integrate image handling into tool call function #44

Open Lauren1066 opened 1 month ago

Lauren1066 commented 1 month ago

Currently we are doing: images = [file for file in elements if "image" in file.mime]

This should be moved into handle tool call and sent back to the model

Lauren1066 commented 1 month ago

Full code can be viewed: https://github.com/culture-dao/chainlit-template/blob/d7e19bc71727205d3a120f856f9b07bf1ae373ca/openai_assistant/app.py