4 Commits

Author SHA1 Message Date
bad760a214 整合所有檔案到 pj_llama 目錄
- 遷移完整的專案到 pj_llama 目錄
- 包含所有最新檔案和 Git 歷史
- 移除不需要的舊檔案
- 統一開發和執行環境
2025-09-19 23:32:09 +08:00
3c0fba5fc8 完全移除內網連接,專注外網API
變更項目:
- 刪除所有內網相關程式檔案
- 移除內網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 (文檔)
2025-09-19 22:07:01 +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