mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-23 06:12:22 +00:00
rebuilt without api
This commit is contained in:
parent
0d189eec30
commit
2721e13932
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
4
web/dist/index.html
vendored
@ -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-219239d4.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-56a2d3b5.css">
|
||||
<script type="module" crossorigin src="/assets/index-395dea4c.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-e4e5c40f.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -90,7 +90,7 @@ import io from 'socket.io-client';
|
||||
import axios from "axios";
|
||||
import { nextTick } from 'vue'
|
||||
|
||||
axios.defaults.baseURL = '/api/';
|
||||
//axios.defaults.baseURL = '/api/'; // Use this for external development not for production
|
||||
import websocket from '@/services/websocket.js';
|
||||
|
||||
export default {
|
||||
|
Loading…
Reference in New Issue
Block a user