haesleinhuepf / bia-bob

BIA Bob is a Jupyter+LLM-based assistant for interacting with image data and for working on Bio-image Analysis tasks.
BSD 3-Clause "New" or "Revised" License
78 stars 4 forks source link

Use model alias? #111

Open haesleinhuepf opened 5 months ago

haesleinhuepf commented 5 months ago

Since January 2024, there is an alias gpt-4-turbo-preview for the last released gpt4 turbo model. We should consider using it if it turns out that repeaded updated models worked reliably. This might in particular become important once the turbo-vision model comes out, which is mentioned here: https://openai.com/blog/new-embedding-models-and-api-updates

Quote: image

haesleinhuepf commented 5 months ago

... one argument against: If we use the alias, it would be harder to document which model was actually used under the hood.