能否加入 Azure OpenAI 的相关支持 #471 (#536)

* 能否加入 Azure OpenAI 的相关支持 #471

* Azure OpenAI 锅巴配置

* 增加Azure OpenAI依赖

* 动态加载Azure OpenAI依赖

---------

Co-authored-by: sigeisment <zvdfka@gmail.com>
Co-authored-by: ikechan8370 <geyinchibuaa@gmail.com>
This commit is contained in:
sigeisment 2023-08-24 22:35:29 +08:00 committed by GitHub
parent c2c6ea43de
commit 502cc810bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 75 additions and 0 deletions

View file

@ -3,6 +3,7 @@
"type": "module",
"author": "ikechan8370",
"dependencies": {
"@azure/openai": "^1.0.0-beta.1",
"@fastify/cookie": "^8.3.0",
"@fastify/cors": "^8.2.0",
"@fastify/static": "^6.9.0",