mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
Added gpt-4 in /models
This commit is contained in:
@@ -13,7 +13,10 @@ logging.basicConfig(level=logging.INFO)
|
||||
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "./../database/google-vision/botator.json"
|
||||
|
||||
def debug(message):
|
||||
logging.info(message)
|
||||
#if the os is windows, we logging.info(message), if
|
||||
if os.name == "nt":
|
||||
logging.info(message)
|
||||
|
||||
conn = sqlite3.connect('../database/data.db')
|
||||
c = conn.cursor()
|
||||
connp = sqlite3.connect('../database/premium.db')
|
||||
|
||||
Reference in New Issue
Block a user