MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / generate

Method generate

tests/entrypoints/test_llm.py:304–305  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

302 return None
303
304 def generate(self, *args, **kwargs):
305 return ["ok"]
306
307 class DummySamplingParams:
308 def __init__(self, **kwargs):

Callers 15

test_textMethod · 0.45
test_textMethod · 0.45
test_imageMethod · 0.45
test_videoMethod · 0.45
_testMethod · 0.45
_generate_singleMethod · 0.45
test_generate_promptsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected