orhanerday / open-ai

OpenAI PHP SDK : Most downloaded, forked, contributed, huge community supported, and used PHP (Laravel , Symfony, Yii, Cake PHP or any PHP framework) SDK for OpenAI GPT-3 and DALL-E. It also supports chatGPT-like streaming. (ChatGPT AI is supported)

Home Page:https://orhanerday.gitbook.io/openai-php-api-1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Format

emresaracoglu opened this issue · comments

Describe the feature or improvement you're requesting

Hello, I want to receive the incoming response in HTML format. Is this possible? thank you

Additional context

No response

Please be more specific, you can provide some examples.

Sorry for the late response, I just realized.
The answers given on the ChatGPT official website are created in markdown format. Is it possible to get the answer to the question we asked with this library in markdown or HTML format? Because sometimes there are tables in the answers or the program-language is given. You know it is difficult to read when given in a plain text format. If it can provide HTML or markdown response by ChatGPT, we would be happy to see it in your library.