Fix locale & enjoyai config & refactor filename (#279)
* max retries = 3 for enjoyai * refactor file name * update locale
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -36,6 +36,7 @@ export const useConversation = () => {
|
||||
configuration: {
|
||||
baseURL: `${apiUrl}/api/ai`,
|
||||
},
|
||||
maxRetries: 3,
|
||||
modelName: model,
|
||||
temperature,
|
||||
maxTokens,
|
||||
Reference in New Issue
Block a user