RdR1024 / prolog2gpt

SWI Prolog library to interface to the GPT API
MIT License
15 stars 2 forks source link

gpt chat interface? #1

Open saraswat opened 1 year ago

saraswat commented 1 year ago

Thanks!!

https://platform.openai.com/docs/api-reference/chat

walking-octopus commented 1 year ago

Since OpenAI are seemingly switching rapidly to chat as their new primary means of instructing their models, indicated by GPT-4 only having a chat interface and the Codex model being deprecated recently, this may be of great importance.

Additionally, in the same blog post, OpenAI announced a hosted Whisper API, which may be useful for data quick processing to some.

References