Fix locale & enjoyai config & refactor filename (#279)

* max retries = 3 for enjoyai

* refactor file name

* update locale
This commit is contained in:
an-lee
2024-02-07 12:16:25 +08:00
committed by GitHub
parent adee256243
commit 9f3cab831c
6 changed files with 9 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
export * from './useTranscode';
export * from './useAiCommand';
export * from './useConversation';
export * from './use-transcode';
export * from './use-ai-command';
export * from './use-conversation';

View File

@@ -36,6 +36,7 @@ export const useConversation = () => {
configuration: {
baseURL: `${apiUrl}/api/ai`,
},
maxRetries: 3,
modelName: model,
temperature,
maxTokens,