Skip to content
/ go-llm Public

Basic LLM stuff in Go for London GenAI Hackathon

Notifications You must be signed in to change notification settings

geoah/go-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM

API Usage

curl --request POST \
     --header "Content-Type: application/json" \
     --data '{"prompt": "What is 42?", "model": "gpt4"}' \
     http://localhost:8080/api/v1/evaluate

About

Basic LLM stuff in Go for London GenAI Hackathon

Resources

Stars

Watchers

Forks

Languages