Skip to content

Commit 716233f

Browse files
committed
GPT-5 run 2.
1 parent 3252173 commit 716233f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

k8s_scenario.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ name = "k8s_operator"
99
AZURE_API_KEY = "${AZURE_API_KEY}"
1010
AZURE_API_BASE = "${AZURE_API_BASE}"
1111
AZURE_API_VERSION = "2024-12-01-preview"
12-
MODEL_NAME = "azure/gpt-4.1"
12+
MODEL_NAME = "azure/gpt-5"
1313

1414
[config]
1515
# Prompt strategy for the agent. Options: "zeroshot_base", "zeroshot_cot", "fewshot_base", "fewshot_cot"
1616
prompt_type = "zeroshot_base"
1717

1818

1919
# Number of queries to generate for each error type (15 error types total)
20-
num_queries = 1
20+
num_queries = 2
2121

2222
# Maximum number of iterations the agent can take to resolve a given K8s network policy issue.
2323
max_iterations = 10

0 commit comments

Comments
 (0)