Skip to content

Commit

Permalink
chore: gpt4因为coze收费不能用了
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jul 3, 2024
1 parent a8c5392 commit 9a19a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/QuillEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const QEditor = ({ lng }) => {
//选择语言模型
const [selectedModel, setSelectedModel] = useLocalStorage(
"gpt语言模型",
"gpt-4"
"deepseek-chat"
); // 默认选项
const [generatedPaperNumber, setGeneratedPaperNumber] = useLocalStorage(
"生成次数",
Expand Down Expand Up @@ -591,7 +591,7 @@ const QEditor = ({ lng }) => {
className=" border border-gray-300 bg-white py-2 px-3 rounded leading-tight focus:outline-none focus:bg-white focus:border-gray-500 "
>
<option value="gpt-3.5-turbo">gpt-3.5-turbo</option>
<option value="gpt-4">gpt-4</option>
{/* <option value="gpt-4">gpt-4</option> */}
<option value="deepseek-chat">deepseek-chat</option>
<option value="commandr">commandr</option>
<option value="gemini-pro">gemini-pro</option>
Expand Down

0 comments on commit 9a19a89

Please sign in to comment.