Skip to content

vickywane/azure-openai-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure OpenAI Chat Completion

This project uses the Azure OpenAI service with a deployed legacy GPT-35-turbo base model to implement the prototype of a basic intelligent search functionality which enables users to search for key information in a document using chat prompts. Using the Bring Your Own Data (BYOD) feature of OpenAI models, this model connects to an Azure Search service and answers questions using an embedded How_to_Drive_a_Car_with_Pictures_wikiHow.pdf document.

Navigate to https://victory-openai-search-demo.netlify.app to view the application

Azure Services;

The project uses the following services within Azure;

  • Azure OpenAI to deploy and train the GPT-35-turbo model.
  • Azure Search.
  • Azure KeyVault to the sensitive connection details of the OpenAI and Search services.
  • Azure Functions to connect to my OpenAI model and pass in chat prompts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published