Update sweebot.py
All checks were successful
Check syntax / check (push) Successful in 7s

This commit is contained in:
Nova Cat 2024-12-28 20:34:12 -08:00
parent b80482f9ed
commit 22f4824abb

View file

@ -15,8 +15,8 @@ from requests import get, exceptions as rex
from bs4 import BeautifulSoup
from googleapiclient.discovery import build
from characterai import pycai
CAItoken = os.environ["CAItoken"]
CAImodel = os.environ["CAIchara"]
CAItoken = environ["CAItoken"]
CAImodel = environ["CAIchara"]
try:
cai = pycai.Client(CAItoken)
me = cai.get_me()