Azure / azure-sdk-for-go

This repository is for active development of the Azure SDK for Go. For consumers of the SDK we recommend visiting our public developer docs at:
https://docs.microsoft.com/azure/developer/go/
MIT License
1.64k stars 844 forks source link

[sdk/ai/azopenai] Could this sdk be used to invoke gptv/openai_gpt-4-vision #22436

Closed dugenkui03 closed 8 months ago

dugenkui03 commented 8 months ago

Service Package Request

sdk/ai/azopenai

richardpark-msft commented 8 months ago

@dugenkui03, yes, although I just realize I didn't have a formal example for it. I'll add one.

You can see how I do it in our own testing: gpt vision test

I'll be adding a standalone example as well - it'll look quite similar to the test I linked above.

dugenkui03 commented 8 months ago

@richardpark-msft could this sdk be used to invoke gemini-x-version

richardpark-msft commented 8 months ago

@richardpark-msft could this sdk be used to invoke gemini-x-version

gemini-x-version, as in Google's Gemini product? No, this library is only for Azure OpenAI or OpenAI.

dugenkui03 commented 6 months ago

@richardpark-msft Could we use this sdk invoke gpt-4o, and does gpt-4o support video as input?