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

Implement ChatGPT Node #7

Open
6 tasks
MertenD opened this issue Jul 26, 2023 · 0 comments
Open
6 tasks

Implement ChatGPT Node #7

MertenD opened this issue Jul 26, 2023 · 0 comments

Comments

@MertenD
Copy link
Owner

MertenD commented Jul 26, 2023

Description

Develop a new node type that can take any command and use ChatGPT to generate a response. This node should utilize guardrails in the backend to ensure the quality of the output. The API token for ChatGPT should be configurable within the application, allowing users to easily set up and manage their OpenAI account details.

Tasks

  • Implement a system for configuring the ChatGPT API token within the application.
  • Design and implement a user interface for the new ChatGPT node, ensuring it is intuitive and accessible.
  • Develop backend functionality to send commands to ChatGPT and receive responses.
  • Implement guardrails to ensure the quality of the output from ChatGPT.
  • Ensure that the new node works seamlessly with the existing web crawler editor and execution engine.
  • Test the new node thoroughly to ensure reliability and usability.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant