Skip to content

Commit 8daa4f9

Browse files
committed
Backdated test_pre_prompt to use gpt-4o since gpt-5 is too smart for this prompting style
1 parent dd5c9c7 commit 8daa4f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_paperqa.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,7 @@ async def test_pre_prompt(stub_data_dir: Path) -> None:
18181818
pre = "What is water's boiling point in Fahrenheit? Please respond with a complete sentence."
18191819

18201820
settings = Settings.from_name("fast")
1821+
settings.llm = "gpt-4o-2024-11-20"
18211822
settings.prompts.pre = pre
18221823
docs = Docs()
18231824
await docs.aadd(

0 commit comments

Comments
 (0)