Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dongri committed Jul 9, 2024
1 parent 5090b42 commit 357e792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ export OPENAI_API_KEY=sk-xxxxxxx

### Create client
```rust
let client = Client::new(env::var("OPENAI_API_KEY").unwrap().to_string());
let client = OpenAIClient::new(env::var("OPENAI_API_KEY").unwrap().to_string());
```

### Create request
Expand Down

0 comments on commit 357e792

Please sign in to comment.