mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
v4.5.1 (#417)
This commit is contained in:
6
packages/global/core/ai/constant.ts
Normal file
6
packages/global/core/ai/constant.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum ChatCompletionRequestMessageRoleEnum {
|
||||
'System' = 'system',
|
||||
'User' = 'user',
|
||||
'Assistant' = 'assistant',
|
||||
'Function' = 'function'
|
||||
}
|
Reference in New Issue
Block a user