You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,8 +26,6 @@ Then, you can use it by ```YOURIP:9017```
24
26
>
25
27
> It should be the same as ```api.openai.com/v1/chat/completions```
26
28
27
-
For detailed usage of OpenAI API, please check: [OpenAI API Reference](https://platform.openai.com/docs/api-reference/introduction) or [RESTful OpenAPI](https://petstore.swagger.io/?url=https://cdn.jsdelivr.net/gh/openai/openai-openapi@master/openapi.yaml)
28
-
29
29
You can change default port and default target by setting `-e` in docker, which means that you can use it for any backend followed by OpenAPI format:
30
30
| Parameter | Default Value |
31
31
| ----- | ----- |
@@ -65,6 +65,20 @@ If everything is OK, check the docker by:
65
65
docker build .
66
66
```
67
67
68
+
## Docker Push
69
+
70
+
If you want to maintaine your own docker image, refer to github [Actions](./.github/workflows/docker-image.yml)
71
+
72
+
Fork this repo and set`DOCKERHUB_USERNAME` and `DOCKERHUB_TOKEN`in your secrets
0 commit comments