maimang9
Results
2
comments of
maimang9
@toymak3r currently have no progress. i think device & device instance's action maybe not configure correctly?
In run_assistant_text.cc how can we use ret = stream->Write(request); continue write request without reconstruct the stream with : std::shared_ptr stream(std::move(assistant->Assist(&context))); ? as construct the stream cost too much time. Thanks!