Please give a star to the repository to support the initiative ⭐
Follow the instructions at Getting Started
-
Basic calls to the ChatCompletion Endpoint. Following scenarios included:
- Generate content
- Summarizing
- Inferring
- Transforming
- Expanding
-
Azure Function calling with Azure Open AI - Simple taken & modified from repo
-
TODO VECTOR Search basics based on https://gist.github.com/pablocastro/90677135ddbd1f8a4783006f6e890edf - VIDEO https://youtu.be/Xwx1DJ0OqCk
-
Speech Summarizing with OpenAI and Azure Speech AI taken & modified from repo
-
Open AI and Azure Document Intelligence (Form Recognizer) taken & modified from repo
- Use Form Recognizer for Image to Text, and use "text-davinci" AOAI model to summarize.
-
Gradio webapp with Azure ChatGPT, your own chatGPT website taken & modified from repo
-
Azure Computer Vision and Langchain taken and modified from repo
-
Functions calling with Azure Open AI and Azure Search taken & modified from repo
-
Movie recommender with Azure Open AI & Azure Search taken & modified from repo
-
Code Analysis with with Langchain + Azure OpenAI + Azure Cognitive Search (vector store) taken & modified from repo