File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
java-ai/src/main/resources/static Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ <h1>Oracle Database hologramas de IA interativos</h1>
148
148
const languageCode = document . getElementById ( 'languageCode' ) . value ;
149
149
const voiceName = document . getElementById ( 'voiceName' ) . value ;
150
150
const modifiedText = `${ transcriptionText } use ${ selectedMode } ` ;
151
- const apiUrl = `https ://141.148.204.74:8444/aiholo/play?question=${ encodeURIComponent ( modifiedText ) } &languagecode=${ encodeURIComponent ( languageCode ) } &voicename=${ encodeURIComponent ( voiceName ) } ` ;
151
+ const apiUrl = `http ://141.148.204.74:8444/aiholo/play?question=${ encodeURIComponent ( modifiedText ) } &languagecode=${ encodeURIComponent ( languageCode ) } &voicename=${ encodeURIComponent ( voiceName ) } ` ;
152
152
153
153
try {
154
154
const response = await fetch ( apiUrl , {
You can’t perform that action at this time.
0 commit comments