mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 20:12:02 -06:00
feat: Inegration with Chama AI
This commit is contained in:
parent
a2cd57d9c6
commit
b7218a05be
@ -82,7 +82,7 @@ export class ChamaaiService {
|
||||
}
|
||||
|
||||
private convertToMilliseconds(count: number) {
|
||||
const averageCharactersPerSecond = 10;
|
||||
const averageCharactersPerSecond = 15;
|
||||
const characterCount = count;
|
||||
const speakingTimeInSeconds = characterCount / averageCharactersPerSecond;
|
||||
return speakingTimeInSeconds;
|
||||
|
Loading…
Reference in New Issue
Block a user