Skip to content

Commit b34dc58

Browse files
context length to the max
1 parent 2ef0cc9 commit b34dc58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/g4f_issue_reply.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class G4FIssueReplyBot:
2525
DEFAULT_MODELS = ["gpt-4.1-nano", "deepseek-r1", "llama-4-scout", "mistral-small-3.1-24b", "qwen-3-4b", "qwen-3-1.7b", "qwen-3-0.6b", "phi-4", "command-r7b", "llama-3.2-1b", "llama-3.1-8b", "gpt-4o-mini"]
2626
SKIP_LABELS = {"no-bot", "ai-ignore", "bot-ignore", "skip-ai", "skip-bot"}
2727
PROVIDER_ERROR_PHRASES = ["missingautherror", "api key required", "rate limit", "cloudflare", "provider not working", "error occurred"]
28-
CONTEXT_FILES = [("README.md", 8000), ("index.html", 16000)]
28+
CONTEXT_FILES = [("README.md", 8000), ("index.html", 16000000)]
2929
def __init__(self) -> None:
3030
self.github_token = G4FIssueReplyBot.getenv("GITHUB_TOKEN")
3131
self.github_repository = G4FIssueReplyBot.getenv("GITHUB_REPOSITORY")

0 commit comments

Comments
 (0)