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

Function create_chat_completions

examples/batch-processing/server.py:30–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29@app.post("/v1/chat/completions")
30def create_chat_completions():
31 return {"message": "Hello World"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…