Files
pj_llama/.claude/settings.local.json
aken1023 8a929936ad Initial commit with Llama API client and docs
Add Python scripts for Llama API chat clients, endpoint testing, and quick tests. Include documentation (README, CONTRIBUTING, 操作指南), license, and .gitignore. Supports multiple endpoints and models for OpenAI-compatible Llama API usage.
2025-09-19 21:44:02 +08:00

15 lines
275 B
JSON

{
"permissions": {
"allow": [
"Bash(pip install:*)",
"Bash(python:*)",
"Bash(ping:*)",
"Bash(curl:*)",
"Bash(dir)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
],
"defaultMode": "acceptEdits"
}
}