Skip to content

This is a code repository initially for Azure OpenAI In a Day workshop. We wanted to share this code with everyone in order to build better AI solutions using Azure OpenAI services. This repository is maintained by community volunteers. If you would like to contribute, please feel free to create a pull request. Thank you all for your contribution.

License

Notifications You must be signed in to change notification settings

ShanthiTV/azure-openai-samples

 
 

Repository files navigation

GPT Fundamentals, Use Cases and Sample Solutions

This repository contains resources to help you understand how to use GPT (Generative Pre-trained Transformer) offered by Azure OpenAI at the fundamental level, explore sample end-to-end solutions, and learn about various use cases.

What is GPT?

GPT (Generative Pre-trained Transformer) is a Large Language Model (LLM) developed by OpenAI. It is a deep learning model based on the Transformer architecture. For more information, refer to OpenAI.

Resources

The following resources are available in this repository:

  • Quick Start: A collection of notebooks where you can quickly start with using GPT.

  • Fundamentals: A collection of notebooks illustrating fundamental usage of GPT.

  • Use Cases: A collection of notebooks illustrating examples on how to use GPT in various applications, such as chatbots, customer service, and content generation etc.

  • Sample Solutions: End-to-end solutions for various NLP tasks, such as question answering, text summarization, and sentiment analysis etc, in context of business applications specific to various industries, where GPT is part of the solution. Require contributions!

GPT Version

As of now, the samples here are based on GPT 3.5. We will update accordingly when the GPT-4 is widely accessible.

Set Up

To use sample codes in this repo, we suggest you setup .env file where you store key informations for Azure services. See .env.sample file for example.

Contributing

We welcome contributions to this repository. If you have any ideas or suggestions, please feel free to open an issue or submit a pull request.

As technologies changes very fast, we endevour to keep this repository updated as quick as possible. However, this is heavily rely on keen community contributors to make this happen.

Relevant Repositories

Solution Accelerators

About

This is a code repository initially for Azure OpenAI In a Day workshop. We wanted to share this code with everyone in order to build better AI solutions using Azure OpenAI services. This repository is maintained by community volunteers. If you would like to contribute, please feel free to create a pull request. Thank you all for your contribution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 55.1%
  • TSQL 44.4%
  • Python 0.5%