MCPcopy Create free account
hub / github.com/NVIDIA/NeMo-Relay / make_request

Function make_request

python/tests/test_codecs.py:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67
68
69def make_request():
70 return LLMRequest(
71 {"Authorization": "Bearer test"},
72 {"messages": [{"role": "user", "content": "hello"}], "model": "gpt-4"},
73 )
74
75
76# ---------------------------------------------------------------------------

Calls 1

LLMRequestStruct · 0.90

Tested by

no test coverage detected