huskies: merge 858
This commit is contained in:
@@ -30,6 +30,7 @@ pub struct OpenAiRuntime {
|
||||
}
|
||||
|
||||
impl OpenAiRuntime {
|
||||
/// Create a new OpenAI runtime instance.
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
cancelled: Arc::new(AtomicBool::new(false)),
|
||||
|
||||
Reference in New Issue
Block a user