Install package (#484)
This commit is contained in:
parent
8bc951b0ff
commit
3e58377ec9
6 changed files with 39 additions and 922 deletions
10
linguaisync.config.js
Normal file
10
linguaisync.config.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
localesDir: path.join(__dirname, 'public/locales'),
|
||||
baseLanguage: 'en',
|
||||
translationFiles: ['translation.json', 'quotes.json'],
|
||||
batchSize: 20,
|
||||
model: 'gpt-4o-mini',
|
||||
temperature: 0.3,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue