Skip to content

Commit e128cd2

Browse files
authored
Merge branch 'main' into henrik/arm64-repro
2 parents 3c02aac + b514d45 commit e128cd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/k8s/values-upstream-minikube.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ redis:
5151
enabled: false
5252

5353
build-bot:
54-
replicaCount: 1
54+
replicaCount: 3
5555

5656
litellm:
5757
masterKey: "${LITELLM_MASTER_KEY}"

patcher/src/buttercup/patcher/agents/context_retriever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ def __post_init__(self) -> None:
714714
self.llm = create_default_llm(model_name=ButtercupLLM.OPENAI_GPT_4_1.value)
715715
self.cheap_llm = create_default_llm(model_name=ButtercupLLM.OPENAI_GPT_4_1_MINI.value)
716716
self.cheap_fallback_llms = [
717-
create_default_llm(model_name=ButtercupLLM.CLAUDE_3_5_SONNET.value),
717+
create_default_llm(model_name=ButtercupLLM.CLAUDE_3_7_SONNET.value),
718718
create_default_llm(model_name=ButtercupLLM.GEMINI_PRO.value),
719719
]
720720

0 commit comments

Comments
 (0)