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