Skip to content

Commit

Permalink
前端请求的地址换为默认的新模型
Browse files Browse the repository at this point in the history
  • Loading branch information
deadwalks committed Sep 7, 2024
1 parent d4c77db commit ee4f7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatweb/src/components/ChatComponents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const showSetting = ref(false)
var LLM_APIKEY = ref("sk-cwtdeSy4Ownmy6Uh5e9b6a67Fe4c4454A3Dc524876348eB1")
var setting = reactive({
server_url: 'http://localhost:8082/query', // 默认值
server_url: 'http://localhost:8082/queryex', // 默认值
type: 'query',
})
Expand Down

0 comments on commit ee4f7c7

Please sign in to comment.