supporting critical thinking
curious.peer.bot/
├── .env
├── requirements.txt
├── main.py
├── bot_src/
│ ├── init.py
│ ├── sys_prompt.txt
│ ├── bot.py
│ └── utils.py
└── _output/
- Run
pip install -r requirements.txt --upgradeto update all required packages - Note: The
_output/directory (containing local chat histories) is excluded via .gitignore
main.py
- 'type' parameter 관련된 deprecation warning 해결
- 업로드 파일명 저장 안되는 문제 해결
- submit method (ctrl+enter 로 submit) 작동 안함
main_00.py
- 돌아가긴 함.
- 'type' parameter 관련된 deprecation warning 있음.
- 업로드한 파일명이 저장되지 않는 문제 있음.
- submit method (ctrl+enter 로 submit) 작동 안함