microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.19k stars 1.12k forks source link

Use GPT4o new model #384

Closed surendransuri closed 2 weeks ago

surendransuri commented 4 months ago

How to use GPT4o new model into this solution

kkabza commented 4 months ago

its not in azure yet.

vlad-tsoy commented 4 months ago

Yes, it is. It's been in preview since the OpenAI's announcement and was announced GA at the MS Build.

orngeatom commented 4 months ago

gpt4o is now in Azure OpenAI as a deployable model. I think the multi modal features for input are coming soon. I hope there can be some updates to this that give the option for mult modal input.

Sandeep-FED commented 1 month ago

@surendransuri, deploy 4o model in azure openai and add its key, endpoints in azure environment variables. But this will not unlock the full potential of 4o cause its need dev changes.

davidxw commented 2 weeks ago

We've just pushed an update that implements gpt-4o and consolidates the openAI and vision models.