Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Backdated test_pre_prompt to use gpt-4o since gpt-5 is too smart for …
…this prompting style
  • Loading branch information
jamesbraza committed Oct 27, 2025
commit 8daa4f935545bf205f115f038348e1deef279aa1
1 change: 1 addition & 0 deletions tests/test_paperqa.py
Original file line number Diff line number Diff line change
Expand Up @@ -1818,6 +1818,7 @@ async def test_pre_prompt(stub_data_dir: Path) -> None:
pre = "What is water's boiling point in Fahrenheit? Please respond with a complete sentence."

settings = Settings.from_name("fast")
settings.llm = "gpt-4o-2024-11-20"
settings.prompts.pre = pre
docs = Docs()
await docs.aadd(
Expand Down