Commit 13572411 authored by v's avatar v

cleaning codE

parent 53254f36
......@@ -449,7 +449,6 @@ bool Audio::openai_speech(const String& api_key, const String& model, const Stri
m_expectedPlsFmt = FORMAT_NONE;
if (res) {
log_i("connecttohost(): %s", http_request);
_client->print(http_request);
if (response_format == "mp3") m_expectedCodec = CODEC_MP3;
if (response_format == "opus") m_expectedCodec = CODEC_OPUS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment