cequence-io / openai-scala-client

Scala client for OpenAI API
MIT License
191 stars 20 forks source link

add gpt-4-turbo, gpt-4-turbo-vision, gpt-3-5-turbo-1106 models to ModelId #45

Closed ahoy196 closed 1 year ago

ahoy196 commented 1 year ago

Adds supports for GPT-4-Turbo and GPT-4-Turbo-Vision models released today.

This will enable 128K tokens context windows, and an updated training date of April 2023.

Also adds gpt-3-5-turbo-1106 model.