build: v2.17.0 #37
Annotations
7 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
service/src/chatgpt/index.ts#L136
'temperature' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
service/src/chatgpt/index.ts#L136
'top_p' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
service/src/chatgpt/index.ts#L257
'fetchAccessTokenExpiredTime' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
service/src/chatgpt/index.ts#L268
'fetchBalance' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/views/chat/index.vue#L645
'newVal' is defined but never used. Allowed unused args must match /^_/u
|
Lint:
src/views/chat/index.vue#L645
'oldVal' is defined but never used. Allowed unused args must match /^_/u
|
Loading