Skip to content

Commit

Permalink
Add async_openai and tokio::io libraries to websocket.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander committed Jan 31, 2024
1 parent a219075 commit b556d83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bin/websocket.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use async_openai::types::{AssistantTools, AssistantToolsFunction};
use tokio::io::{AsyncReadExt, AsyncWriteExt};
use ha_ai::openai::Environment;
use tokio::net::TcpListener;
use tokio::io::{AsyncReadExt, AsyncWriteExt};
use ha_ai::shared;

#[tokio::main]
async fn main() {
Expand Down

0 comments on commit b556d83

Please sign in to comment.