pabloriera / llmtopk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About


Languages

Language:Python 88.6%Language:Dockerfile 11.4%