Added chatgpt model

This commit is contained in:
Paillat
2023-03-01 21:30:16 +01:00
parent 701408bebd
commit 434c389e39
4 changed files with 151 additions and 4 deletions

View File

@@ -39,5 +39,6 @@ if actual_columns != expected_columns:
else:
print("Table already has the correct number of columns")
pass
c.execute('''CREATE TABLE IF NOT EXISTS model (guild_id text, model_name text)''')
cp.execute('''CREATE TABLE IF NOT EXISTS data (user_id text, guild_id text, premium boolean)''')
cp.execute('''CREATE TABLE IF NOT EXISTS channels (guild_id text, channel0 text, channel1 text, channel2 text, channel3 text, channel4 text)''')