MCPcopy Create free account
hub / github.com/baileytec-labs/llama-on-lambda / prompt

Route prompt

llama_lambda/llama_cpp_docker/main.py:None–None  ·  view source on GitHub ↗
app.post("/prompt")

Source from the content-addressed store, hash-verified

1
2import os
3import json
4from fastapi import FastAPI, Header, HTTPException, Request

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected