MCPcopy Create free account
hub / github.com/SudoACoder/CodeXpert / completion

Route completion

server.py:None–None  ·  view source on GitHub ↗
app.post("/api")

Source from the content-addressed store, hash-verified

1from fastapi import FastAPI, Request
2from llama_cpp import Llama
3from huggingface_hub import hf_hub_download
4import os

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected