Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

Openai: add latest gpt4 turbo model #389

Closed Aschen closed 2 months ago

Aschen commented 2 months ago

Description

Add the new gpt-4-turbo model for OpenAI node.

Context

OpenAI officially released the gpt-4-turbo model.

This model is a pointer on the latest turbo version (now it's gpt-4-turbo-2024-04-09)

Also, this model include Vision capabilities.

Pricing is the same.

See https://platform.openai.com/docs/models/continuous-model-upgrades

abrenneke commented 2 months ago

Awesome thank you!