chore: 补上gpt-4选项
This commit is contained in:
parent
9a19a8924d
commit
c90d8ea7ac
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user