refac: export getDefaultParam
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { Logprobs, Message } from "@/chatgpt";
|
||||
import { DefaultModel, CHATGPT_API_WEB_VERSION } from "@/const";
|
||||
import getDefaultParams from "@/utils/getDefaultParam";
|
||||
|
||||
/**
|
||||
* ChatStore is the main object of the chatgpt-api-web,
|
||||
|
||||
@@ -3,7 +3,7 @@ import {
|
||||
DefaultModel,
|
||||
CHATGPT_API_WEB_VERSION,
|
||||
} from "@/const";
|
||||
import getDefaultParams from "@/utils/getDefaultParam";
|
||||
import { getDefaultParams } from "@/utils/getDefaultParam";
|
||||
import { ChatStore } from "@/types/chatstore";
|
||||
import { models } from "@/types/models";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user