gitdeem commited on
Commit
826f3dd
·
verified ·
1 Parent(s): 86046d7

Upload 2 files

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. config.yaml +20 -0
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM golang:1.21-alpine AS builder
2
 
3
  WORKDIR /app
4
- RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git .
5
  RUN make build-linux
6
 
7
  FROM ubuntu:latest
 
1
  FROM golang:1.21-alpine AS builder
2
 
3
  WORKDIR /app
4
+ RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git -b v2 .
5
  RUN make build-linux
6
 
7
  FROM ubuntu:latest
config.yaml CHANGED
@@ -90,6 +90,26 @@ custom-llm:
90
  prefix: github
91
  use-proxies: true
92
  tc: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  #- base-url: http://127.0.0.1:8080/v1
94
  #prefix: custom
95
 
 
90
  prefix: github
91
  use-proxies: true
92
  tc: true
93
+ - base-url: https://gs.aytsao.cn/v1
94
+ prefix: gs
95
+ use-proxies: true
96
+ tc: true
97
+ - base-url: https://deeme-grok.hf.space/v1
98
+ prefix: grok
99
+ use-proxies: true
100
+ tc: true
101
+ - base-url: https://deepinfra1.deno.dev/v1
102
+ prefix: deepinfra
103
+ use-proxies: true
104
+ tc: true
105
+ - base-url: https://dangbei1.deno.dev/v1
106
+ prefix: dangbei
107
+ use-proxies: true
108
+ tc: true
109
+ - base-url: https://deeme-c2a.hf.space/deem/v1
110
+ prefix: gpts
111
+ use-proxies: true
112
+ tc: true
113
  #- base-url: http://127.0.0.1:8080/v1
114
  #prefix: custom
115