Skip to content

Commit d53cc33

Browse files
authored
Typo in README (#27)
1 parent 2f2c874 commit d53cc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ use openai_api_rust::completions::*;
4848

4949
fn main() {
5050
// Load API key from environment OPENAI_API_KEY.
51-
// You can also hadcode through `Auth::new(<your_api_key>)`, but it is not recommended.
51+
// You can also hardcode through `Auth::new(<your_api_key>)`, but it is not recommended.
5252
let auth = Auth::from_env().unwrap();
5353
let openai = OpenAI::new(auth, "https://api.openai.com/v1/");
5454
let body = ChatBody {

0 commit comments

Comments
 (0)