mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
♻️ refactor: refactor with chat docs site (#1309)
* 📝 docs: add package.json * 🔧 chore: update config * 🔧 chore: update config * 📝 docs: update docs * 📝 docs: add en-US docs * 📝 docs: update docs * 📝 docs: fix docs url * 🔧 chore: add docs rewrites * 🔧 chore: add docs rewrites * 🔧 chore: fix docs rewrites * 💄 style: update docs link * 🚚 chore: move to contributing docs * 🔧 chore: update contributing ci workflow * 💄 style: update docs link
This commit is contained in:
+2
-2
@@ -22,13 +22,13 @@ module.exports = defineConfig({
|
||||
'vi-VN',
|
||||
],
|
||||
temperature: 0,
|
||||
modelName: 'gpt-3.5-turbo-1106',
|
||||
modelName: 'gpt-3.5-turbo-0125',
|
||||
splitToken: 1024,
|
||||
experimental: {
|
||||
jsonMode: true,
|
||||
},
|
||||
markdown: {
|
||||
entry: ['./README.zh-CN.md', './docs/**/*.zh-CN.md'],
|
||||
entry: ['./README.zh-CN.md', './docs/**/*.zh-CN.md', './docs/**/*.zh-CN.mdx'],
|
||||
entryLocale: 'zh-CN',
|
||||
entryExtension: '.zh-CN.md',
|
||||
outputLocales: ['en-US'],
|
||||
|
||||
Reference in New Issue
Block a user