Basic sveltekit app that uses an azure openai model to chat
create a .env.local file with
.env.local
AZURE_RESOURCE_NAME= AZURE_API_KEY= AZURE_API_ENDPOINT= AZURE_API_VERSION= AZURE_DEPLOYMENT= AZURE_MODEL=
then
pnpm install
pnpm run dev --open