debugging instructions in README

This commit is contained in:
Alex Cheema
2024-07-16 16:59:49 -07:00
parent bde1e53f5f
commit e049f701ce
+8 -1
View File
@@ -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: