Skip to content

Commit 74b400c

Browse files
authored
Update README.md
1 parent a7d5f3c commit 74b400c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,12 @@ python chatmock.py serve
5151
```
5252
Then, you can simply use the address and port as the baseURL as you require (http://127.0.0.1:8000 by default)
5353

54-
**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)
54+
**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)
55+
56+
### Docker
57+
58+
Read [the docker instrunctions here](https://github.com/RayBytes/ChatMock/blob/main/DOCKER.md)
59+
5560

5661
# Examples
5762

@@ -85,10 +90,6 @@ curl http://127.0.0.1:8000/v1/chat/completions \
8590
}'
8691
```
8792

88-
### Docker
89-
90-
Read [the docker instrunctions here](https://github.com/RayBytes/ChatMock/blob/main/DOCKER.md)
91-
9293
# What's supported
9394

9495
- Tool/Function calling

0 commit comments

Comments
 (0)