Skip to content

brandoncaulfield/jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JARVIS

Building the thing that builds the things.

Description

A project to hopefully help you create your own AI powered CLI that you control from model to output.

Run the server

npm run dev

Example Request

curl --request POST \
  --url http://localhost:5004/generate \
  --header 'Content-Type: application/json' \
  --data '{
	"prompt": "write a simple api in express js using typescript"
}'

About

Building the thing that builds the things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published