5 Commits

Author SHA1 Message Date
Dennis Huang
587306e3a6 Update requirements_o2.6.txt to resolve TypeError during chatbot demo startup
### Summary
- Resolved a `TypeError` encountered during the startup of the ChatBot Demo.
- Added version constraints for `pydantic` in the `requirements.txt` file to ensure dependency stability.

### Details
1. **Background**:
   - During the startup of the ChatBot Demo, a `TypeError` occurred due to incompatible versions of certain dependencies.
   - Investigation revealed that the issue was related to the `pydantic` library, where specific features were not functioning correctly in certain versions.

2. **Solution**:
   - Added version constraints for `pydantic` in the `requirements.txt` file to ensure compatibility.
   - Update:
     ```
     pydantic==2.10.6
     ```
   - By specifying the version, we avoid runtime errors caused by inconsistent dependency versions.

3. **Testing Verification**:
   - Reinstalled dependencies locally and restarted the ChatBot Demo to confirm the issue was resolved.
   - Verified that all functionalities work as expected without any additional errors.
2025-05-14 20:13:23 +08:00
Hongji Zhu
ec68cefc17 update req for chatbot demo 2025-01-21 00:15:21 +08:00
YuzaChongyi
58f7328e7a Update requirements_o2.6.txt 2025-01-16 14:52:48 +08:00
Hongji Zhu
3c2f729530 update demo port 2025-01-14 23:57:57 +08:00
yiranyyu
53c0174797 Update to MiniCPM-o 2.6 2025-01-14 15:33:44 +08:00