906051999 commited on
Commit
af0951b
·
1 Parent(s): 1ea6328
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,6 +10,6 @@ ADD utils.js src/
10
  RUN yarn config set registry https://registry.npmmirror.com/
11
  RUN yarn
12
 
13
- RUN sed -i 's/\/v1\/chat\/completions/\/v1\/chat\/completions/g' src/index.js
14
 
15
  CMD ["npm", "run", "start"]
 
10
  RUN yarn config set registry https://registry.npmmirror.com/
11
  RUN yarn
12
 
13
+ RUN sed -i 's/\/v1\/chat\/completions/\/proxy\/v1\/chat\/completions/g' src/index.js
14
 
15
  CMD ["npm", "run", "start"]