chore: dalle2

This commit is contained in:
lencx
2023-01-07 13:14:03 +08:00
parent 94a8112d45
commit 8863e4575c
5 changed files with 44 additions and 24 deletions

View File

@@ -19,6 +19,7 @@ pub fn dalle2_window(app: AppHandle, query: String) {
&app.app_handle(),
Some(query),
Some("ChatGPT & DALL·E 2".to_string()),
None,
);
}