Merge pull request #283 from ParisNeo/main

update
This commit is contained in:
Saifeddine ALOUI 2023-06-13 22:22:03 +02:00 committed by GitHub
commit 70c4060ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 35 deletions

View File

@ -8,7 +8,6 @@ RUN python3 -m pip install --no-cache-dir -r requirements.txt --upgrade pip
COPY ./app.py /srv/app.py
COPY ./api /srv/api
COPY ./bindings /srv/bindings
COPY ./static /srv/static
COPY ./templates /srv/templates
COPY ./web /srv/web

File diff suppressed because one or more lines are too long

1
web/dist/assets/index-7fdd6f06.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
web/dist/index.html vendored
View File

@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GPT4All - WEBUI</title>
<script type="module" crossorigin src="/assets/index-9b72f28e.js"></script>
<link rel="stylesheet" href="/assets/index-4e1807f7.css">
<script type="module" crossorigin src="/assets/index-90e5688b.js"></script>
<link rel="stylesheet" href="/assets/index-7fdd6f06.css">
</head>
<body>
<div id="app"></div>