Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dhconnelly committed Nov 29, 2024
1 parent cb4a597 commit 7d585e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ other improvements:
cmake -S . -B build # prepare build
cmake --build build # build everything
./build/gabby_test # run tests
./build/gabby --info --port 8080 --workers 7 &
./build/gabby --info --port 8080 --workers 7
```

this will start the server running on localhost at port 8080 with
Expand All @@ -56,3 +56,5 @@ curl localhost:8080/v1/chat/completions -d '{
}]
}'
```

or use an openai-compatible chat app (like boltai for mac).

0 comments on commit 7d585e6

Please sign in to comment.