/GPTWell

Primary LanguagePython

GPTWell

GPTWell is a Federated AI Assistant platform for integrating multiple independent AI Assistants.

Screen.Recording.2024-01-14.at.14.29.42.mp4

System Architecture

system overview

Prerequisite

  • OpenAI API Key
  • Assistant Id

How to build an AI assistant

How to run

pip install -r requirements.txt
strealit run main.py

  • In this project, we predefined the assistant in the initial_assistant.json file. You need to use your own assistant id.
  • We used three virtual reports(data/report1.txt, data/report2.txt, data/report3.txt) generated by ChatGPT.

Contributors