mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 08:12:33 +00:00
perf: 优化修改默认值
This commit is contained in:
@@ -13,7 +13,11 @@ export default {
|
||||
url: '/api/v1/assets/gpts/',
|
||||
addFields: [
|
||||
[this.$t('common.Proxy'), ['proxy'], 1]
|
||||
]
|
||||
],
|
||||
updateInitial(initial) {
|
||||
initial['address'] = 'https://api.openai.com/v1/'
|
||||
return initial
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user