TheoKanning / openai-java

OpenAI Api Client in Java
MIT License
4.68k stars 1.16k forks source link

fix: content type in assistant api calls #466

Open benedictstrube opened 4 months ago

benedictstrube commented 4 months ago

Changes

Added explicit header Content-Type: application-json for all Assistant API calls. This fixes #465.

cassandre-voisin commented 4 months ago

+1 I'm so glab someone else is having the same issue ! I hope it will be approved soon

Thank you !