Compare commits

...

3 Commits

Author SHA1 Message Date
5f191571d9 Merge remote and resolve conflicts 2025-09-19 21:57:30 +08:00
b6ef1f0696 Update local settings 2025-09-19 21:57:07 +08:00
c6cc91da7f Initial commit: Llama API Client with full documentation
- Added complete Python client for Llama AI models
- Support for internal network endpoints (tested and working)
- Support for external network endpoints (configured)
- Interactive chat interface with multiple models
- Automatic endpoint testing and failover
- Response cleaning for special markers
- Full documentation in English and Chinese
- Complete test suite and examples
- MIT License and contribution guidelines
2025-09-19 21:38:15 +08:00

View File

@@ -8,7 +8,11 @@
"Bash(dir)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
"Bash(git commit:*)",
"Bash(git remote add:*)",
"Bash(git branch:*)",
"Bash(git push:*)",
"Bash(git pull:*)"
],
"defaultMode": "acceptEdits"
}