5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
|
|
export const hitHandlingMethod: any = {
|
||
|
|
optimization: '模型优化',
|
||
|
|
directly_return: '直接回答'
|
||
|
|
}
|