ChatGPT-like conversational UI in localhost
jfResearchEng opened this issue Β· comments
jf commented
π Feature
Support chatGPT-like conversational UI in local machine.
Key UI features include:
- Question typing box
- Question and Answer display
Other useful features include:
- Thumbs up/down option next the the answer
- Add a new chat
- Facebook authentication for user login
Additional context
- The code should be added at folder is https://github.com/facebookresearch/labgraph/tree/main/extensions/speechgpt
- Create setup.py and README.md, where example can be found at: https://github.com/facebookresearch/labgraph/tree/main/extensions/labgraph_viz
- Add github action support, reference: https://github.com/facebookresearch/labgraph/actions/workflows/main.yml
- Add proper license header.