Update README.md

This commit is contained in:
Game_Time
2025-09-16 19:15:07 +05:00
committed by GitHub
parent a7d5f3c292
commit 74b400c62c

View File

@@ -51,7 +51,12 @@ python chatmock.py serve
```
Then, you can simply use the address and port as the baseURL as you require (http://127.0.0.1:8000 by default)
**Reminder:** When setting a baseURL, make you sure you include /v1/ at the end of the URL if you're using this as a OpenAI compatible endpoint (e.g http://127.0.0.1:8000/v1)
**Reminder:** When setting a baseURL in other applications, make you sure you include /v1/ at the end of the URL if you're using this as a OpenAI compatible endpoint (e.g http://127.0.0.1:8000/v1)
### Docker
Read [the docker instrunctions here](https://github.com/RayBytes/ChatMock/blob/main/DOCKER.md)
# Examples
@@ -85,10 +90,6 @@ curl http://127.0.0.1:8000/v1/chat/completions \
}'
```
### Docker
Read [the docker instrunctions here](https://github.com/RayBytes/ChatMock/blob/main/DOCKER.md)
# What's supported
- Tool/Function calling