We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`{ "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Warning" } }, //CO2NET 设置 "SenparcSetting": { "IsDebug": true, "DefaultCacheNamespace": "DefaultCacheTest" }, //Senparc.AI 设置 "SenparcAiSetting": { "IsDebug": true, "AiPlatform": "AzureOpenAI", "AzureOpenAIKeys": { "ApiKey": "YourAzureApiKey", //TODO:加密 "AzureEndpoint": `"https://xxxx.openai.azure.com/",` "AzureOpenAIApiVersion": "2022-12-01" //调用限制请参考:https://learn.microsoft.com/en-us/azure/cognitive-services/openai/quotas-limits }, "OpenAIKeys": { "ApiKey": "YourOpenAIKey", //TODO:加密 "OrgaizationId": "YourOpenAIOrgId" } } }
OpenAIKeys里建议增加OpenAI接口地址的代理设置,可以使用云函数做一个代理地址,解决网络访问问题
The text was updated successfully, but these errors were encountered:
添加 OpenAIEndpoint 参数。单元测试已通过。
5c9a3a7
@hnsongbiao 尝试添加了,但是似乎在 SematicKernel 中提供的 OpenAI 的注册方法并不能改写这个参数?我的理解是其实如果要自定义,只要使用 AzureOpenAIKeys 进行设置就行了?
新的代码已经在一个独立分支中:https://github.com/Senparc/Senparc.AI/tree/feature/19-AddOpenAIEndpoint
Sorry, something went wrong.
No branches or pull requests
OpenAIKeys里建议增加OpenAI接口地址的代理设置,可以使用云函数做一个代理地址,解决网络访问问题
The text was updated successfully, but these errors were encountered: