debugging instructions in README
This commit is contained in:
@@ -101,11 +101,18 @@ curl http://localhost:8000/v1/chat/completions \
|
||||
}'
|
||||
```
|
||||
|
||||
|
||||
```sh
|
||||
curl -X POST http://localhost:8001/api/v1/chat -H "Content-Type: application/json" -d '{"messages": [{"role": "user", "content": "What is the meaning of life?"}]}'
|
||||
```
|
||||
|
||||
## Debugging
|
||||
|
||||
Enable debug logs with the DEBUG environment variable (0-9).
|
||||
|
||||
```sh
|
||||
DEBUG=9 python3 main.py
|
||||
```
|
||||
|
||||
## Inference Engines
|
||||
|
||||
exo supports the following inference engines:
|
||||
|
||||
Reference in New Issue
Block a user