Integrating Open AI on Azure into a Python web app: OpenAI Hackathon

preview_player
Показать описание
This video provides details on how to integrate models and settings tested in the AI Studio into a Python application. Based on prompts and examples given in the OpenAI Playground, these settings can be exported as code. We will take this code and integrate it with a Python web app, which will make API calls to our OpenAI deployment.
Рекомендации по теме
Комментарии
Автор

good content i want use sematic search with azure open ai integration through code how can we achieve gpt give response from only uploaded documents using sematic search

saurabhupadhyay
Автор

Is the code for the Python Web App used available anywhere?

sonnetxu
Автор

Where Can I Find my OPEN IA API Key in azure play ground ?

eduardodossantos
Автор

Are you aware of load testing of such solutions? For example if app uses OpenAI, how to load test it properly? Is there some "mocked" OpenAI models available for load testing? I can't test app with real connection to OpenAI it is too expensive

a.d.a.m.o.n