FlowiseAI/Flowise

[FEATURE] need more freedom to input post url for AZURE

开放

#960 创建于 2023年9月22日

 (2 条评论) (0 个反应) (0 位负责人)TypeScript (24,335 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (52,823 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Describe the feature you'd like

currently the Azure wrapper assumes that the endpoint follows this format :

https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/chat/completions?api-version={api-version}

but it could be that the endpoint follows this format :

https://eastus2.api.cognitive.microsoft.com/

especially for the 32K preview/private open ai model(s)

you it would be nice to have control over the base url , actually the whole url, and maybe point the user to the playground where they can copy their entire url

Additional context image

贡献者指南