Skip to content

Commit

Permalink
πŸ”„ refactor(README): update request method to async in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Dec 21, 2024
1 parent 8e1ec23 commit 9e7700a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ The goal of this repository is to use Pydantic to build legitimate requests to a
pip -U install novelai-python
```

More examples can be found in the [playground](https://github.com/LlmKira/novelai-python/tree/main/playground)
directory, read code as documentation.
**More examples can be found in the [playground](https://github.com/LlmKira/novelai-python/tree/main/playground)
directory, read code as documentation.**

```python
import asyncio
Expand Down

0 comments on commit 9e7700a

Please sign in to comment.