Files
hsa/Html/app.log
2025-01-01 01:43:28 +08:00

11 lines
857 B
Plaintext

/home/caikecheng/anaconda3/envs/algoAgent/lib/python3.10/site-packages/pydantic/_internal/_config.py:345: UserWarning: Valid config keys have changed in V2:
* 'fields' has been removed
warnings.warn(message, UserWarning)
2024-12-28 22:52:57.446 | INFO | agentscope.models:read_model_configs:186 - Load configs for model wrapper: openai_cfg
Traceback (most recent call last):
File "/home/caikecheng/algoAgent/code-agent/Html/app.py", line 343, in <module>
socketio.run(app, host='0.0.0.0', port=5000, debug=True)
File "/home/caikecheng/anaconda3/envs/algoAgent/lib/python3.10/site-packages/flask_socketio/__init__.py", line 640, in run
raise RuntimeError('The Werkzeug web server is not '
RuntimeError: The Werkzeug web server is not designed to run in production. Pass allow_unsafe_werkzeug=True to the run() method to disable this error.