fix: Update lint for engine in ThreadAssistantInfo
This commit is contained in:
parent
6cd4cb95fe
commit
fbf8ff9d3d
@ -157,7 +157,7 @@ export type ModelInfo = {
|
|||||||
id: string;
|
id: string;
|
||||||
settings: ModelSettingParams;
|
settings: ModelSettingParams;
|
||||||
parameters: ModelRuntimeParams;
|
parameters: ModelRuntimeParams;
|
||||||
engine: InferenceEngine;
|
engine?: InferenceEngine;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -67,6 +67,7 @@ export const useCreateNewThread = () => {
|
|||||||
top_p: 0,
|
top_p: 0,
|
||||||
stream: false,
|
stream: false,
|
||||||
},
|
},
|
||||||
|
engine: undefined
|
||||||
},
|
},
|
||||||
instructions: assistant.instructions,
|
instructions: assistant.instructions,
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user