/llmtopk

Primary LanguagePython

llmtopk

This is a deployment of this model.

Docker Image

Build this image:

docker build -t llmptopk .

Run

docker run -p 9999:9999 llmptopk

API

The API is a simple REST API that takes a question as input and returns a list of answers.

curl -X POST