Update __init__.py

Removed some TODO comments from development which are already fixed
This commit is contained in:
Jakub Filo 2023-04-13 01:00:30 +02:00 committed by GitHub
parent 750a1ead03
commit c1b57ddb36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
"""
This module contains functions for interfacing with node-chatgpt-api
Functions:
- TODO
- do not put url into database... why the fuck
This module contains functions for interfacing with node-chatgpt-api and possibly other APIs
"""
import aiohttp
from markdown import markdown