adamrushy / OpenAISwift

This is a wrapper library around the ChatGPT and OpenAI HTTP API
MIT License
1.6k stars 242 forks source link

fix: Remove UUID from ChatMessage. #106

Closed Mmanion closed 11 months ago

Mmanion commented 11 months ago

This solves the ""Additional properties are not allowed ('id' was unexpected) - 'messages.O'" bug.

Screenshot 2023-07-30 at 4 32 21 PM
Mmanion commented 11 months ago

https://github.com/adamrushy/OpenAISwift/pull/107 is a better fix for this issue.