luanpersini / poc-azure-openai

Proof of concept repository showcasing the integration and usage of Azure OpenAI Service in projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proof of concept: Azure OpenAI Service

  • Some of the use cases of Azure OpenAi service.

Table of Contents

Using your own data

  • One key feature of the Azure OpenAI Service is the ability to utilize your own data with the models. Follow the steps in the Use Your Data Quickstart.

Prerequisites

Before you begin, make sure you have the following tools and resources:

Installation and running the project

  1. Clone the repository:

    git clone <repository-url>
    cd poc-azure-openai
  2. Install dependencies:

    nvm i 20
    nvm use
    npm install
  3. Create your .env file following the .env.example file

  4. Running the project:

    npm run dev

About

Proof of concept repository showcasing the integration and usage of Azure OpenAI Service in projects.


Languages

Language:JavaScript 100.0%