mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-28 03:20:01 +00:00
parent
6dd07d9b6b
commit
ec904c6e0c
1 changed files with 3 additions and 1 deletions
|
|
@ -91,7 +91,9 @@ async def test_build_request_body(provider_config):
|
|||
"""Test request body construction."""
|
||||
from config.nim import NimSettings
|
||||
|
||||
provider = NvidiaNimProvider(provider_config, nim_settings=NimSettings(enable_thinking=True))
|
||||
provider = NvidiaNimProvider(
|
||||
provider_config, nim_settings=NimSettings(enable_thinking=True)
|
||||
)
|
||||
req = MockRequest()
|
||||
body = provider._build_request_body(req)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue