Update README.md

This commit is contained in:
宗宸·谢尔比 2025-02-11 11:48:50 +08:00 committed by GitHub
parent f7fa670111
commit e816384cba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,9 +163,20 @@ OLLAMA_MODEL="qwen2.5-coder:14b" # Ollama模型名称
```
## 运行环境
支持Windows+MacOS+Linux
注意Linux需要讲DeepSeekSelfTool.py的
```python
if os.name == 'nt':
print("当前系统是 Windows")
sys.argv += ['-platform', 'windows']
elif os.name == 'posix':
print("当前系统是 macOS")
sys.argv += ['-platform', 'cocoa']
```
删除