Skip to content

Commit

Permalink
added / setup for OAI, AOAI, HF
Browse files Browse the repository at this point in the history
  • Loading branch information
nitya committed Apr 6, 2024
1 parent 9d70c53 commit 55651c6
Show file tree
Hide file tree
Showing 5 changed files with 9,563 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
OPENAI_API_KEY='<add your OpenAI API key here>'

## Azure OpenAI
AZURE_OPENAI_KEY='<add your AOAI key here>'
AZURE_OPENAI_API_VERSION='2024-02-01' # Default is set!
AZURE_OPENAI_API_KEY='<add your AOAI key here>'
AZURE_OPENAI_ENDPOINT='<add your AOIA service endpoint here>'
AZURE_OPENAI_DEPLOYMENT='<add your chat completion model name here>'
AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT='<add your embeddings model name here>'

## Hugging Face
HUGGING_FACE_API_KEY='<add your HuggingFace API or token here>'
HUGGING_FACE_API_KEY='<add your HuggingFace API or token here>'

## GitHub Personal Access Token
30DAYSOF_PAT='<add your GitHub Personal Access Token here>'
Loading

0 comments on commit 55651c6

Please sign in to comment.