Skip to content

Commit

Permalink
[v6.0.29]
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 27, 2024
1 parent caecb95 commit cefa64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discordChatGPTVoiceBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const GUILD_ID = process.env.guildId;
const SPEECH_KEY = process.env.SPEECH_KEY;
const BOT_TOKEN = process.env.BOT_TOKEN;

//const VOICE_FEMALE = "pt-BR-FranciscaNeural";
const VOICE_FEMALE = "pt-BR-AdaMultilingualNeural";
const VOICE_FEMALE = "pt-BR-FranciscaNeural";
//const VOICE_FEMALE = "pt-BR-AdaMultilingualNeural";
const GPT_MODEL = "deepseek-chat";
const TEMPERATURE = 1.5;
const MAX_TOKENS = 200;
Expand Down

0 comments on commit cefa64f

Please sign in to comment.