perf: init model (#4610)
* fix: model config undefined value * perf: init model
This commit is contained in:
@@ -79,6 +79,7 @@ const testLLMModel = async (model: LLMModelItemType, headers: Record<string, str
|
||||
);
|
||||
|
||||
const { response, isStreamResponse } = await createChatCompletion({
|
||||
modelData: model,
|
||||
body: requestBody,
|
||||
options: {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user