Skip to content

changes & fixes for various issues in chatflow config #4314

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

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

vinodkiran
Copy link
Contributor

@vinodkiran vinodkiran commented Apr 18, 2025

  1. Fix: Configuration Not saved properly - Rate Limit & Override Config will overwrite each other
  2. Fix: Post Processing Incorrectly escaping newlines and other chars
  3. Fix: Follow on Prompts error while rendering in non-streaming mode
  4. NEW: Ability to select filetypes for full file uploads

@vinodkiran vinodkiran changed the title fixes for various issues in chatflow config changes & fixes for various issues in chatflow config Apr 18, 2025
variables: variableOverrides.filter((node) => node.enabled)
overrideConfig = {
...overrideConfig,
nodes: nodeOverrides,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont have to filter out the enabled ones?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The Chatflow Configuration cannot save both Rate Limit and Override Configuration
2 participants