Claude/multi agent analysis optimization 8 a81 t#82
Merged
Conversation
- Bandit 使用 -ll 標誌只報告中等及以上嚴重性問題 - Safety 移除 --continue-on-error,發現漏洞會阻擋 CI - Pip Audit 添加 --strict 標誌強制嚴格檢查 - 添加安全報告 artifact 上傳功能
- ai_tools.py: 使用 OpenAI() 客戶端實例化 - ai_assisted_data_generator.py: 更新為 client.chat.completions.create() - 修復舊版 openai.ChatCompletion.create() 調用 - 更新默認模型為 gpt-4o-mini 和 claude-3-5-sonnet-20241022
- gpt-3.5-turbo → gpt-4o-mini (更高性價比) - gpt-4 → gpt-4o (最新版本) - claude-3-sonnet → claude-3-5-sonnet-20241022 (最新版本) - 更新所有 .env.example 文件中的模型配置
1. 修復失效連結: - 將 yourusername/YOUR_USERNAME/ORIGINAL_OWNER 替換為 markl-a - 影響: SETUP_GUIDE.md, CONTRIBUTING.md, demos/, quality_assurance/ 等 2. 新增 LICENSE (MIT) 3. 為 fastapi-llm-api 添加 Docker 配置: - Dockerfile: 多階段構建,生產環境優化 - docker-compose.yml: 本地開發環境,包含 Redis/Prometheus/Grafana
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 PR 描述 / Description
🔗 相關 Issue / Related Issues
🔄 改動類型 / Type of Change
📝 改動說明 / Changes Made
🧪 測試方式 / How Has This Been Tested?
📸 截圖 / Screenshots (如適用 / if applicable)
✅ 自我檢查清單 / Checklist
📌 其他備註 / Additional Notes