Skip to content

iteam1/llm_embedded_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm_embedded_model

An API-based application that communicates with a large language model over a network through HTTP requests

guide

  • Run app uvicorn main:app --reload

  • Test the API:

      curl -X POST "http://localhost:8000/generate" -H "Content-Type: application/json" -d '{"prompt": "Once upon a time", "max_tokens": 50}'
    

shout out to

nginx-docs

alfredodeza/huggingface-deploy-azure

About

an embedded-model application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages