Skip to content

Commit

Permalink
รวมคําขอดึง #76 จาก VincentEngel/fix-token-typo-in-readme
Browse files Browse the repository at this point in the history
Fix typo token in readme file
  • Loading branch information
redevrx authored Nov 20, 2023
2 parents 70f5b80 + 7c43f8b commit 2415d53
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 @@ -91,7 +91,7 @@ final openAI = OpenAI.instance.build(token: token,baseOption: HttpSetup(receiveT

```dart
openAI.setToken('new-access-token');
///get toekn
///get token
openAI.token;
```

Expand Down

0 comments on commit 2415d53

Please sign in to comment.