Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support gpt-4o-mini model for Azure Open AI #3055

Closed
x-du opened this issue Aug 21, 2024 · 5 comments · Fixed by #3111
Closed

[FEATURE] Support gpt-4o-mini model for Azure Open AI #3055

x-du opened this issue Aug 21, 2024 · 5 comments · Fixed by #3111
Labels
enhancement New feature or request

Comments

@x-du
Copy link

x-du commented Aug 21, 2024

Support gpt-4o-mini model for Azure Open AI
gpt-4o-mini is available on Azure OpenAI. But Flowise doesn't show it in the list of models. Need to support it.

image

@HenryHengZJ HenryHengZJ added the enhancement New feature or request label Aug 23, 2024
@Gpwner
Copy link

Gpwner commented Aug 27, 2024

@x-du您好,请问你能成功用上Azure OpenAI API吗?我这边按照这个指导 https://docs.flowiseai.com/integrations/langchain/chat-models/azure-chatopenai-1 来操作也没有调成功,一直提示“Connection error”

@x-du
Copy link
Author

x-du commented Aug 27, 2024

@x-du您好,请问你能成功用上Azure OpenAI API吗?我这边按照这个指导 https://docs.flowiseai.com/integrations/langchain/chat-models/azure-chatopenai-1 来操作也没有调成功,一直提示“Connection error”

Yes. We can use Azure OpenAI without a problem.

@Gpwner
Copy link

Gpwner commented Aug 29, 2024

@x-du Have you ever encountered a situation where the bot's response speed is initially slow, but then becomes very slow when you ask a certain question? Thank you.

@x-du
Copy link
Author

x-du commented Aug 29, 2024

@x-du Have you ever encountered a situation where the bot's response speed is initially slow, but then becomes very slow when you ask a certain question? Thank you.

Suggest you enable langsmith to see the langchain log. Very likely it is because you didn't use memory node. By default all the chat history will be added in the context.

@Gpwner
Copy link

Gpwner commented Aug 29, 2024

I do know why I always got this error after I enable langsmith .
image
Here is my flow,
image

@HenryHengZJ HenryHengZJ linked a pull request Aug 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants