Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 345 Bytes

Work in progress

Quick start

cd go
export OPENAI_URL="https://<myresource>.openai.azure.com/"
export OPENAI_KEY="XXXXXXXXXXXXXXXXX"
export OPENAI_DEPLOYMENT="<mydeployment>"
go run .

(Setup the environment variables as appropriate)

Note

The Azure OpenAI SDK for chat completion seems incomplete. This demo does not use it.