Skip to content

Commit

Permalink
feat: 增加commandr模型
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Apr 13, 2024
1 parent 8b8702e commit b3c8dc1
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 @@ -585,6 +585,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="commandr">commandr</option>
<option value="gemini-pro">gemini-pro</option>
<option value="mixtral-8x7b-32768">mixtral-8x7b-32768</option>
<option value="llama2-70b-4096">llama2-70b-4096</option>
Expand Down

0 comments on commit b3c8dc1

Please sign in to comment.