Skip to content

Commit

Permalink
chore: 加个gemini
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Mar 1, 2024
1 parent c23f83a commit a4b368c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/QuillEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ const QEditor = ({ lng }) => {
<option value="gpt-3.5-turbo">gpt-3.5-turbo</option>
<option value="gpt-4">gpt-4</option>
<option value="deepseek-chat">deepseek-chat</option>
<option value="gemini-pro">gemini-pro</option>
</select>
{/* 进行几轮生成 */}
<input
Expand Down

0 comments on commit a4b368c

Please sign in to comment.