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

Commit

Permalink
feat: update util function
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Jul 25, 2023
1 parent 9d5d976 commit 0c52fc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bardapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
)
from bardapi.core_async import BardAsync
from bardapi.core_cookies import BardCookies
from bardapi.utils import extract_links, upload_image, extract_bard_cookie
from bardapi.utils import extract_links, upload_image, extract_bard_cookie, max_token, max_sentence

# Get the API key from the environment variable
bard_api_key = environ.get("_BARD_API_KEY")
Expand All @@ -32,6 +32,8 @@
"extract_links",
"upload_image",
"extract_bard_cookie",
"max_token",
"max_sentence"
]
__version__ = "0.1.29"
__author__ = "daniel park <parkminwoo1991@gmail.com>"

0 comments on commit 0c52fc6

Please sign in to comment.