mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +00:00
limit prompt template
This commit is contained in:
@@ -36,7 +36,7 @@ export type EditFormType = {
|
||||
};
|
||||
export const getDefaultAppForm = (): EditFormType => {
|
||||
const defaultChatModel = chatModelList[0];
|
||||
const defaultVectorModel = vectorModelList[0];
|
||||
|
||||
return {
|
||||
chatModel: {
|
||||
model: defaultChatModel.model,
|
||||
|
Reference in New Issue
Block a user