We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f984dbe commit 492d267Copy full SHA for 492d267
service/src/chatgpt/index.ts
@@ -5,8 +5,8 @@ import { ChatGPTAPI, ChatGPTUnofficialProxyAPI } from 'chatgpt'
5
import { SocksProxyAgent } from 'socks-proxy-agent'
6
import httpsProxyAgent from 'https-proxy-agent'
7
import fetch from 'node-fetch'
8
-import type { AuditConfig, CHATMODEL, KeyConfig, UserInfo } from 'src/storage/model'
9
-import { Status } from "src/storage/model";
+import type { AuditConfig, CHATMODEL, KeyConfig, UserInfo } from '../storage/model'
+import { Status } from '../storage/model'
10
import jwt_decode from 'jwt-decode'
11
import dayjs from 'dayjs'
12
import type { TextAuditService } from '../utils/textAudit'
0 commit comments