Spaces:
Build error
Build error
title: PsyPlus | |
emoji: 🤖 | |
colorFrom: pink | |
colorTo: blue | |
sdk: gradio | |
sdk_version: 3.10.0 | |
app_file: app.py | |
pinned: false | |
license: gpl-3.0 | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
For more information about this product, please visit this notion [page](https://www.notion.so/AI-Consulting-Design-Scheme-0a9c5288820d4fec98ecc7cc1e84be51)) (you need to have permission to access this page) | |
# Notes | |
### 2022/12/20 | |
- DONE turning the chatbot to session varible so that different sessions will show different conversation | |
- Chat flow will trigger euc 200 when detect a negative emotion with prob > threshold. Thus, only euc 100 and free chat consist of chat loop, while euc 200 will pop up sometimes. I set the trigger to NOT be regularly (currently one trigger once during the conversation), because trigger to much will bother users | |
- Already fix the problem with dialog model. Now it's configured as the same as what it should be. Of course, that does not guarantee of good response | |
- TODO is written in the main file already | |
- Successfully convert plain euc 100 and 200 to chat flow |