FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow

Home Page:https://flowiseai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Llamaindex Azure - Unkown Model [BUG]

evan-100 opened this issue · comments

Describe the bug
When using any other model than GPT-4 with LlamaIndex Azure nodes, I receive the error "Error: Unknown model:" in the chat. The deprecated Azure nodes still work, but not the newer version.

To Reproduce
Clone the LlamaIndex Context Chat Engine template, and replace all OpenAI nodes with LlamaIndex Azure nodes. Attempt to chat with gpt-3-turbo or any other model than gpt-4.

Screenshots

TinySnap-2024-05-12-09 20 03
TinySnap-2024-05-12-09 25 44

Additional context
Using version flowise@1.7.2

flowise@1.7.2

PR fix here - #2440