變更項目: - 刪除所有內網相關程式檔案 - 移除內網IP參考 (192.168.x.x) - 精簡檔案結構,只保留核心程式 - 重命名主程式為 llama_chat.py - 更新所有文檔移除內網內容 - 專注於外網 API 連接和多端點支援 保留檔案: - llama_chat.py (主程式) - llama_full_api.py (完整版) - quick_test.py (快速測試) - test_all_models.py (模型測試) - README.md, 操作指南.md (文檔)
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pip install:*)",
|
|
"Bash(python:*)",
|
|
"Bash(ping:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(dir)",
|
|
"Bash(git init:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git branch:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git pull:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(mv:*)"
|
|
],
|
|
"defaultMode": "acceptEdits"
|
|
}
|
|
} |