File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ update-testing-docs: docs update-testing-docs-repomix update-testing-docs-proces
146146 @echo " -------- Testing documentation update complete --------"
147147
148148ci-install-ai-deps : FORCE
149- uv pip install -e " .[dev,test,testgen ]"
149+ uv pip install -e " .[dev,test,add-test ]"
150150 $(MAKE ) install-playwright
151151
152152run-test-ai-evaluation : FORCE # # Run the AI evaluation script for tests
Original file line number Diff line number Diff line change @@ -124,12 +124,15 @@ doc = [
124124 " quartodoc>=0.8.1" ,
125125 " griffe>=1.3.2" ,
126126]
127- testgen = [
127+ add-test = [
128128 " chatlas[anthropic,openai]" ,
129129 " openai>=1.104.1" ,
130130 " anthropic>=0.62.0" ,
131131 " inspect-ai>=0.3.129" ,
132132 " pytest-timeout" ,
133+ " pytest>=6.2.4" ,
134+ " pytest-playwright>=0.5.2" ,
135+ " playwright>=1.48.0" ,
133136]
134137
135138
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Config:
3131 }
3232
3333 DEFAULT_ANTHROPIC_MODEL = "claude-sonnet-4-20250514"
34- DEFAULT_OPENAI_MODEL = "gpt-5-mini- 2025-08-07"
34+ DEFAULT_OPENAI_MODEL = "gpt-5-2025-08-07"
3535 DEFAULT_PROVIDER = "anthropic"
3636
3737 MAX_TOKENS = 8092
You can’t perform that action at this time.
0 commit comments