Skip to content

Free to use, no server required. A Deno Deploy script to proxy OpenAI‘s request to Azure OpenAI Service.

License

Notifications You must be signed in to change notification settings

Shuenhoy/deno-azure-openai-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deno-azure-openai-proxy

Docker image: shuenhoy/deno-azure-openai-proxy

Changes from the original repo

  • Support embeddings
  • Set configs from environment, e.g.
    • AZURE_OPENAI_ENDPOINT=https://test.openai.azure.com/
    • AZURE_OPENAI_API_VER=2023-03-15-preview
    • AZURE_OPENAI_MODEL_MAPPER=gpt-3.5-turbo=test
    • AZURE_OPENAI_TOKEN=xxxx (optional, when set, the client would not need to send token by http header, use with caution!)

License

MIT

Credits

Forked from https://github.com/hbsgithub/deno-azure-openai-proxy

About

Free to use, no server required. A Deno Deploy script to proxy OpenAI‘s request to Azure OpenAI Service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 98.1%
  • Dockerfile 1.9%