mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-08-05 02:45:28 +00:00
test(models): cover default response controls
This commit is contained in:
parent
bd4c3fd470
commit
befe1b789b
1 changed files with 4 additions and 0 deletions
|
|
@ -203,6 +203,8 @@ def test_default_chat_does_not_auto_pick_shared_endpoint_for_fresh_user(monkeypa
|
|||
"endpoint_id": "",
|
||||
"endpoint_url": "",
|
||||
"model": "",
|
||||
"default_reasoning_effort": "",
|
||||
"default_verbosity": "",
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -245,6 +247,8 @@ def test_default_chat_uses_owned_endpoint_as_regular_user_last_resort(monkeypatc
|
|||
"endpoint_id": "owned",
|
||||
"endpoint_url": "http://localhost:11434/chat/completions",
|
||||
"model": "owned-model",
|
||||
"default_reasoning_effort": "",
|
||||
"default_verbosity": "",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue