FlowiseAI/Flowise

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

Open

#960 ouverte le 22 sept. 2023

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)TypeScript (24 335 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (52 823 stars)
Métriques de merge PR
 (Merge moyen 8j 6h) (15 PRs mergées en 30 j)

Description

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

Guide contributeur