Skip to content

Selleo/azure-openai-examples

Repository files navigation

Azure OpenAI - examples

Setup Environment Variables

  1. Copy the example environment file:

Start by copying the .env.example file to a new file named .env.local.

cp .env.example .env.local

  1. Add environment variables:
VITE_ENDPOINT=
VITE_AZURE_API_KEY=
VITE_DEPLOYMENT_ID=
  1. Install the project dependencies:

To install the necessary dependencies for your project, run the following command:

pnpm install

  1. Start the development server:

Once the dependencies are installed, you can start the development server using the command:

pnpm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published