From 661037604b0d5cf25a7c9c06797e71c4e4184848 Mon Sep 17 00:00:00 2001 From: dsdanielpark Date: Tue, 23 Jan 2024 19:03:31 +0900 Subject: [PATCH] doc: docstring of async bard --- bardapi/core_async.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bardapi/core_async.py b/bardapi/core_async.py index 41d461cd3..415eb5df5 100644 --- a/bardapi/core_async.py +++ b/bardapi/core_async.py @@ -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