liuzl / aurora

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

docker run -d -p 8080:8080 ghcr.io/aurora-develop/aurora:latest

Usage

curl --location 'http://127.0.0.1:8080/v1/chat/completions' \
--header 'Content-Type: application/json' \
--data '{
     "model": "gpt-3.5-turbo",
     "messages": [{"role": "user", "content": "Say this is a test!"}]
   }'

About


Languages

Language:Go 99.2%Language:Dockerfile 0.8%