Open sebbae opened 1 year ago
which model did you deploy on Azure? Older deprecated models might not work. Here's the docs - https://docs.flowiseai.com/chat-models/azure-chatopenai
I tried both with deployments of 'gpt-35-turbo' as well as 'gpt-4'.
Still don't works
Does anyone has a working setup to use Azure OpenAI in Flowise ?
Describe the bug Using the Azure OpenAI in simple chat scenarios produces an code-level error which is surfaces as
TypeError: Cannot read properties of undefined (reading '0')
in the chat as well.At least while the chat box is still visible the actual result is displayed afterwards as (separate?) message. Note that the latter often seems pretty weird as well but this may be unrelated to this error (see screenshots)
After closing and reopening the chat window, only the error message is visible.
To Reproduce Steps to reproduce the behavior:
Expected behavior
A single clear reply from the LLM in the chatbox as response.
Screenshots
The Azure Model is configures as follows (API instance name is dummy here)
The simple chat scenario with the error in the result looks as follows:
Flow If applicable, add exported flow in order to help replicating the problem.
Setup
/bin/sh -c flowise start