How To Consume Azure OpenAI Model Programmatically Using Python

preview_player
Показать описание
This is the 3rd video in OpenAI Azure series and this time, we will learn how to consume the model which we have already deployed in Azure.

** REFERRAL LINK *************
** REFERRAL LINK *************

###### MORE PLAYLISTS ######

#python #pythonprogramming #tipsandtricks
Рекомендации по теме
Комментарии
Автор

Very clear instructions! Thank you for this tutorial. Looking forward to more videos on Azure Open AI.

heyitsKim
Автор

I am always getting error as "sqlite3.OperationalError: row value misused" on the line : doc_search = Chroma(texts, embeddings)
Can you please help me on this?

chanchawat
Автор

Great tutorial, Please create video for different use cases for Open AI

Bhrugujani
Автор

What if i have to add the system prompt also in the completion call?

ayushjain
Автор

Can we use llm index search using azure open ai

nitintiwari
Автор

Where can I find the API documentation? Is it the same as OpenAI API? An example just to curl this API would be nice.

loganhallucinates
Автор

is openai subscription is need & does it has limit of api token btw thanks for teaching

sensei_kai
Автор

How to get this done when using OpenAi from Langchain instead

amitsince
Автор

i guess now we gont have text-davinci model, can you confirm please?

abhisheksinha
Автор

Can you make a video on how to consume Azure OpenAI model through Power BI? :)

gaganmeetsingh
Автор

Hello.Will it be possible for you to provide the GitHub link for the above code

AbhiShek-mykk
Автор

@shweta, how to insert the key under code [ openai.api_key = os.getenv("OPENAI_API_KEY")], so inplace of a open_API_KEY i mentioned the copied key from portal but its still showing the following error:

AuthenticationError: No API key provided. You can set your API key in code using 'openai.api_key = <API-KEY>', or you can set the environment variable OPENAI_API_KEY=<API-KEY>).

kindly help

shobhittiwari
Автор

You have great content but an incredibly annoying high pitch noise in your videos. Please use a different mic or editing software! You have great content!

ScottNDeckercom