MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / admit_request

Method admit_request

examples/server/server.py:12672–12673  ·  view source on GitHub ↗
(self, request: CompletionRequest)

Source from the content-addressed store, hash-verified

12670
12671 @abc.abstractmethod
12672 def admit_request(self, request: CompletionRequest) -> None:
12673 raise NotImplementedError
12674
12675 @abc.abstractmethod
12676 def copy_prompt_state(

Callers 1

admit_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected