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: Add configuration dialog for chatflow #1873

Merged
merged 17 commits into from
Mar 13, 2024

Conversation

0xi4o
Copy link
Contributor

@0xi4o 0xi4o commented Mar 5, 2024

  • Adds a configuration dialog for chatflow with tabs for: rate limiting, speech to text, chat feedback, and allowed domains.

Flowise-Low-code-LLM-apps-builder (5)

Related: #1733 and #1765

@vinodkiran
Copy link
Contributor

vinodkiran commented Mar 5, 2024

Shouldn't 'analytic' and 'starter prompts' also move into this dialog?

@0xi4o
Copy link
Contributor Author

0xi4o commented Mar 5, 2024

Sure. I can move them 👍

@0xi4o
Copy link
Contributor Author

0xi4o commented Mar 11, 2024

Moved Starter Prompts and Analyse Chatflow:

Flowise-Low-code-LLM-apps-builder (8)

@0xi4o
Copy link
Contributor Author

0xi4o commented Mar 12, 2024

@HenryHengZJ I've pulled the latest changes and tested this. Ready for review now.

@HenryHengZJ
Copy link
Contributor

pending task:

  • Bring chat feedback, speech to text, allowed domains to table list view

@0xi4o
Copy link
Contributor Author

0xi4o commented Mar 13, 2024

@HenryHengZJ Added those options to the context menu in table view

Flowise-Low-code-LLM-apps-builder (9)

@mokeyish
Copy link
Contributor

mokeyish commented Mar 13, 2024

It would be better to add a JSON configuration item, which can be accessed by $config.xxx(similar to $vars.xxx) and override by RESTful API calls.

I used the flow configuration to switch database_name or API url etc.

@mokeyish
Copy link
Contributor

mokeyish commented Mar 13, 2024

It would be better to add a JSON configuration item, which can be accessed by $config.xxx(similar to $vars.xxx) and override by RESTful API calls.

Currently, I do it by addding a FlowConfig node.

图片

But, this seems not a good idea.

@0xi4o 0xi4o merged commit 0ebfa68 into FlowiseAI:main Mar 13, 2024
2 checks passed
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.

None yet

4 participants