默认模式切回ChatGPT
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import Chat from "./components/chat";
|
import Chat from "./components/chat";
|
||||||
import Settings from "./components/settings";
|
import Settings from "./components/settings";
|
||||||
import {ChatGLM} from "./utils/models";
|
import {ChatGPT} from "./utils/models";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'App',
|
name: 'App',
|
||||||
@@ -19,7 +19,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
showSettings: false,
|
showSettings: false,
|
||||||
setting: {
|
setting: {
|
||||||
model: new ChatGLM(),
|
model: new ChatGPT(),
|
||||||
stream: true
|
stream: true
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user