Skip to content

Commit

Permalink
auto
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed Feb 13, 2025
1 parent fc6772f commit d1ba87a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .model_filters.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

model_filters:
# Model-specific configurations
gpt-4:
doubao_v3_chat:
forbidden_paths:
- ".*\.env$" # Block all .env files
- ".*/secrets/.*" # Block anything in secrets directory
- ".*/tests/.*\.py$" # Block all Python files in tests directory

gpt-3.5-turbo:
qwen_32b_chat:
forbidden_paths:
- ".*/private/.*" # Block anything in private directory
- ".*\.key$" # Block all .key files
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tokenizers

# camelot-py
# llama_index
byzerllm[saas]>=0.1.164
byzerllm[saas]>=0.1.165
patch
diff_match_patch
GitPython
Expand Down
2 changes: 1 addition & 1 deletion src/autocoder/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.256"
__version__ = "0.1.257"

0 comments on commit d1ba87a

Please sign in to comment.