From 74b400c62ce2c9cb1a61ea771f3c2a3bf0c8387b Mon Sep 17 00:00:00 2001 From: Game_Time <108236317+RayBytes@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:15:07 +0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ccd6c79..2af5fcb 100644 --- a/README.md +++ b/README.md @@ -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