chore: completion api change

This commit is contained in:
jialin
2024-06-25 15:12:24 +08:00
parent bb41a78d40
commit a7ea167298
6 changed files with 56 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const proxyTableList = ['cli', 'v1', 'auth'];
const proxyTableList = ['cli', 'v1', 'auth', 'v1-openai'];
// @ts-ingore
export default function createProxyTable(target?: string) {