mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
fix : wrong port
This commit is contained in:
parent
07a43d75ab
commit
910729efd1
@ -93,4 +93,4 @@ if __name__ == '__main__':
|
||||
config.load()
|
||||
config.validate_model(config.model_name)
|
||||
state.model = config.model_name
|
||||
app.run(host='0.0.0.0', port=5001, debug=False, threaded=True)
|
||||
app.run(host='0.0.0.0', port=5000, debug=False, threaded=True)
|
Loading…
x
Reference in New Issue
Block a user