Merge pull request #26048 from stephenschoettler/fix/discord-e2e-history-mock

test: unblock post-25957 shared CI
This commit is contained in:
ethernet 2026-05-15 17:21:07 -04:00 committed by GitHub
commit 9e67c8e8be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -61,6 +61,8 @@ def _make_agent(monkeypatch, provider, api_mode="chat_completions", base_url="ht
)
if model:
kwargs["model"] = model
elif provider == "nous":
kwargs["model"] = "gpt-5"
base_url="https://openrouter.ai/api/v1",
api_key="test-key",
base_url="https://openrouter.ai/api/v1",