dylanshine / openai-kit

A community Swift package used to interact with the OpenAI API
https://platform.openai.com/docs/api-reference
MIT License
703 stars 109 forks source link

Add gpt-4-1106-preview #67

Closed adityasaravana closed 1 month ago

adityasaravana commented 10 months ago

GPT-4 Turbo (gpt-4-1106-preview) is an updated version of GPT-4 with 128K context that's currently being offered at 1/3 of the price per token of GPT-4. I'm going to start using it right away, and I figure it might be helpful for other people building apps on OpenAIKit. Also added gpt-3.5-turbo-1106, just so you can be extra specific and make sure you're as cost-efficient as possible.