wkok/openai-clojure

Warning about no matching content-type

Closed this issue · 1 comments

Hi,

When I call any OpenAI function for the first time I see the following warning printed:

No matching content-type available {:supported-content-types #{application/json application/transit+msgpack application/transit+json application/edn}, :available-content-types (application/octet-stream), :header Content-Type}

But everything seems to work normally and the warning isn't printed a second time.

Should be safe to ignore, but I'll have a look to see if it can be suppressed or otherwise handled.

Thanks.