style: update default systemMessage #35
Annotations
6 warnings
lint:
service/src/chatgpt/index.ts#L133
'temperature' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
service/src/chatgpt/index.ts#L133
'top_p' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
service/src/chatgpt/index.ts#L231
'fetchAccessTokenExpiredTime' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
service/src/chatgpt/index.ts#L242
'fetchBalance' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
src/views/chat/index.vue#L602
'newVal' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/views/chat/index.vue#L602
'oldVal' is defined but never used. Allowed unused args must match /^_/u
|