Skip to content

Commit

Permalink
fix(demo): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Oct 22, 2023
1 parent a63515e commit 228947d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/demo/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ export default function RootLayout({
<div className="h-full max-h-screen flex flex-col p-12">
<div className="flex-grow overflow-y-auto">{children}</div>
<footer className="h-14 mt-6 text-center flex items-center justify-center text-stone-400">
UniLLM 🦄 - Consume any LLM from any provider, using the OpenAI API
UniLLM 🦄 - Consume any LLM from any provider, using the OpenAI
API
<a
className="ml-2 font-semibold text-emerald-400 underline"
href="https://github.com/pezzolabs/UniLLM"
Expand Down

0 comments on commit 228947d

Please sign in to comment.