delete config.ini

This commit is contained in:
CakeCN
2025-08-24 21:03:32 +08:00
parent 88d63335f0
commit 4ec5745086
3 changed files with 19 additions and 26 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,7 @@
Html/runs/*
Html/config.ini
**.pyc
# Python bytecode files
__pycache__/

View File

@@ -1,10 +0,0 @@
/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.