bobocup commited on
Commit
e95fc5e
·
verified ·
1 Parent(s): 4b1bbe6

Update Dockerfile

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