FlowiseAI/Flowise

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

オープン

#960 opened on 2023/09/22

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (24,335 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (52,823 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド