fix:client mypy error

This commit is contained in:
aries_ckt
2024-03-18 22:12:25 +08:00
parent 4413ff682f
commit 7bc5c59a89
12 changed files with 124 additions and 66 deletions

View File

@@ -55,7 +55,6 @@ Client: Simple Chat example
async def main():
# initialize client
DBGPT_API_KEY = "dbgpt"
client = Client(api_key=DBGPT_API_KEY)