doc gpt V0.2
This commit is contained in:
3
src/service/errorCode.ts
Normal file
3
src/service/errorCode.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const openaiError: Record<string, string> = {
|
||||
context_length_exceeded: '内容超出长度'
|
||||
};
|
||||
Reference in New Issue
Block a user