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;
|
||||
settings: ModelSettingParams;
|
||||
parameters: ModelRuntimeParams;
|
||||
engine: InferenceEngine;
|
||||
engine?: InferenceEngine;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@ -67,6 +67,7 @@ export const useCreateNewThread = () => {
|
||||
top_p: 0,
|
||||
stream: false,
|
||||
},
|
||||
engine: undefined
|
||||
},
|
||||
instructions: assistant.instructions,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user