Skip to content

Commit

Permalink
Split into separate classes and refine prompt (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderTar authored Aug 12, 2024
1 parent cfcf241 commit 96c89ed
Show file tree
Hide file tree
Showing 11 changed files with 41,990 additions and 33,328 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
ai-model: claude-3.5-sonnet
api-key: ${{ secrets.CLAUDE_API_KEY }}
strict: false
ignore-patterns: '["*.md", ".gitignore", ".github/workflows/main.yml", "dist/**", ".eslintignore", "package.json", "tsconfig.json", ".prettierignore", "README.md", "package-lock.json", ".node-version"]'
ignore-patterns: '["*.md", ".gitignore", ".github/workflows/main.yml", "dist/**", ".eslintignore", "package.json", "tsconfig.json", ".prettierignore", "README.md", "yarn.lock", ".node-version"]'
Loading

0 comments on commit 96c89ed

Please sign in to comment.