Skip to content

Commit

Permalink
chore: 补上gpt-4选项
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jul 4, 2024
1 parent 9a19a89 commit c90d8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/QuillEditor.tsx
Original file line number Diff line number Diff line change
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 c90d8ea

Please sign in to comment.