Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
doc: docstring of async bard
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Jan 23, 2024
1 parent c7c238c commit 6610376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bardapi/core_async.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# The asynchronous bard may not yield significant benefits and may not be perfectly implemented.
# You can contribute a more optimized implementation anytime through a Pull Request.

import os
import re
import json
Expand Down

0 comments on commit 6610376

Please sign in to comment.