Skip to content

A lightweight AI chatbot service built with Next.js, integrated with NULLAIServerAPI, providing independent responses to user queries.

Notifications You must be signed in to change notification settings

NULLCommand1/ChatFXT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatFXT

ChatFXT Image

ChatFXT is a simple yet powerful AI chatbot service 🤖, built with Next.js and integrated with the API from NULLAIServerAPI. The chatbot's interface is developed based on a template whose origin is no longer credited. ChatFXT can quickly respond ⚡ to individual user-provided questions, with each response being completely independent and unaffected by data from previous questions. The application is designed as a visual demo tool for deploying the API from NULLAIServerAPI, providing a simple yet effective experience.

Usage

Visit the ChatFXT website here 🌐, then enter your question into the chat box and press Enter to send. The chatbot will respond to your question immediately. Each question and answer are completely independent of each other, not influenced by data from previous questions, do not store data, and do not have learning capabilities.

Contribution

We welcome contributions from the community! If you would like to contribute to the ChatFXT project, please follow these steps:

  1. Fork the Repository: Click the "Fork" button at the top right corner of the repository page to create a copy of the repository in your GitHub account.

  2. Clone Your Fork: Clone the forked repository to your local machine using the following command:

  git clone https://github.com/NULLCommand1/ChatFXT.git
  cd ChatFXT
  1. Create a Branch: Create a new branch for your feature or bug fix:

    git checkout -b your-feature-branch
  2. Make Changes: Implement your changes in the new branch. Ensure your code follows the project's coding standards and includes appropriate tests.

  3. Commit Changes: Commit your changes with a descriptive commit message:

    git add .
    git commit -m "Description of your changes"
  4. Push to GitHub: Push your changes to your forked repository:

    git push origin your-feature-branch
  5. Submit a Pull Request: Go to the original repository and click the "New Pull Request" button. Select your branch and submit the pull request. Provide a clear description of your changes and any related issues.

  6. Review Process: Your pull request will be reviewed by the maintainers. They may request changes or ask for additional information. Please be responsive and address any feedback promptly.

Thank you for your contributions! Together, we can make ChatFXT even better.

Contact

If you have any questions or feedback, please contact via email: [email protected].

About

A lightweight AI chatbot service built with Next.js, integrated with NULLAIServerAPI, providing independent responses to user queries.

Topics

Resources

Stars

Watchers

Forks