oenapi doc (#493)
* mongo init * perf: mongo connect * docs * fix: select file * format * remove seed * doc format * doc * perf: tts model type * doc * upload time * doc * doc * doc
This commit is contained in:
@@ -52,11 +52,6 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
||||
model: ttsConfig.model,
|
||||
voice: ttsConfig.voice,
|
||||
speed: ttsConfig.speed,
|
||||
props: {
|
||||
// temp code
|
||||
baseUrl: ttsModel.baseUrl || '',
|
||||
key: ttsModel.key || ''
|
||||
},
|
||||
onSuccess: async ({ model, buffer }) => {
|
||||
try {
|
||||
pushAudioSpeechBill({
|
||||
|
||||
@@ -49,9 +49,8 @@ const defaultFeConfigs: FeConfigsType = {
|
||||
show_emptyChat: true,
|
||||
show_contact: true,
|
||||
show_git: true,
|
||||
show_doc: true,
|
||||
docUrl: 'https://docs.fastgpt.run',
|
||||
openAPIDocUrl: 'https://doc.fastgpt.run/docs/development/openapi',
|
||||
docUrl: 'https://docs.fastgpt.in',
|
||||
openAPIDocUrl: 'https://doc.fastgpt.in/docs/development/openapi',
|
||||
systemTitle: 'FastGPT',
|
||||
authorText: 'Made by FastGPT Team.',
|
||||
limit: {
|
||||
|
||||
Reference in New Issue
Block a user