Skip to content

Commit

Permalink
add update root interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pkusunjy committed Jul 26, 2024
1 parent 568ea2c commit da777f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions liboai/include/components/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ namespace liboai {
Audio& operator=(const Audio&) = delete;
Audio& operator=(Audio&&) = delete;

void UpdateOpenAIRoot(const std::string& new_openai_root) {
Network::UpdateOpenAIRoot(new_openai_root);
}
/*
@brief Transcribes audio into the input language.
Expand Down

0 comments on commit da777f0

Please sign in to comment.