Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Mar 4, 2024
1 parent 1825172 commit 98339aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/config/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ export const Models = {
desc: 'ChatGPT (GPT-4-Turbo 128k 0125 Preview)',
},

claude2WebFree: { value: 'claude-2.1', desc: 'Claude.ai (Web, Claude 2.1)' },
claude2WebFree: { value: '', desc: 'Claude.ai (Web)' },
claude2Api: { value: '', desc: 'Claude.ai (API, Claude 2)' },

bingFree4: { value: '', desc: 'Bing (Web, GPT-4)' },
bingFreeSydney: { value: '', desc: 'Bing (Web, GPT-4, Sydney)' },

bardWebFree: { value: '', desc: 'Bard (Web)' },
bardWebFree: { value: '', desc: 'Gemini (Web)' },

chatglmTurbo: { value: 'chatglm_turbo', desc: 'ChatGLM (ChatGLM-Turbo)' },

Expand Down
2 changes: 1 addition & 1 deletion src/pages/IndependentPanel/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
display: flex;
flex-direction: column;
flex-grow: 1;
padding: 0;
padding: 0 2px 0 0;
background-color: var(--theme-color);
overflow-y: auto;
overflow-x: hidden;
Expand Down

0 comments on commit 98339aa

Please sign in to comment.