Skip to content

Commit 8f511dd

Browse files
fix: use mistral instead of openai when testing api from openrouter because it supports zero data retention
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 8b9ebc2 commit 8f511dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_wdoc.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@
4343
)
4444

4545
WDOC_TEST_OPENROUTER_MODEL = os.getenv(
46-
"WDOC_TEST_OPENROUTER_MODEL", "openrouter/openai/gpt-4o"
46+
"WDOC_TEST_OPENROUTER_MODEL",
47+
"openrouter/mistralai/mistral-small-3.2-24b-instruct",
4748
)
4849
WDOC_TEST_OPENROUTER_EVAL_MODEL = os.getenv(
49-
"WDOC_TEST_OPENROUTER_EVAL_MODEL", "openrouter/openai/gpt-4o-mini"
50+
"WDOC_TEST_OPENROUTER_EVAL_MODEL",
51+
"openrouter/mistralai/mistral-small-3.2-24b-instruct",
5052
)
5153

5254
WDOC_TEST_OLLAMA_EMBED_MODEL = os.getenv(

0 commit comments

Comments
 (0)