delete config.ini
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,4 +1,7 @@
|
||||
Html/runs/*
|
||||
Html/config.ini
|
||||
|
||||
|
||||
**.pyc
|
||||
# Python bytecode files
|
||||
__pycache__/
|
||||
|
||||
10
Html/app.log
10
Html/app.log
@@ -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.
|
||||
Reference in New Issue
Block a user