Skip to content

Commit

Permalink
馃拕 style: Improve llm list when all closed
Browse files Browse the repository at this point in the history
  • Loading branch information
AnoyiX committed May 7, 2024
1 parent 00016c0 commit a6cb1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/settings/llm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Footer from './components/Footer';

const Page = () => {
return (
<Flexbox gap={24}>
<Flexbox gap={24} width={'100%'}>
<OpenAI />
<Ollama />
<Azure />
Expand Down

0 comments on commit a6cb1d0

Please sign in to comment.