Skip to content

Commit

Permalink
Update QIMAgpt fork to LibreChat 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qimageonzon committed Nov 18, 2024
1 parent 2ccc1ef commit a9196d1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>LibreChat</title>
<title>QIMA-GPT</title>
<link rel="shortcut icon" href="#" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png" />
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Auth/AuthLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { TStartupConfig } from 'librechat-data-provider';
import SocialLoginRender from './SocialLoginRender';
import { ThemeSelector } from '~/components/ui';
import { Banner } from '../Banners';
import Footer from './Footer';
import Footer from '../Input/FooterQima';

const ErrorRender = ({ children }: { children: React.ReactNode }) => (
<div className="mt-16 flex justify-center">
Expand Down
8 changes: 8 additions & 0 deletions client/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ export const router = createBrowserRouter([
path: '*',
element: <Navigate to="/c/new" replace />,
},
{
children: [
{
path: 'login',
element: <Login />,
},
],
}
],
},
]);
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

services:
api:
container_name: LibreChat
container_name: QIMA-GPT
ports:
- "${PORT}:${PORT}"
depends_on:
Expand Down

0 comments on commit a9196d1

Please sign in to comment.