This commit is contained in:
parent
b80482f9ed
commit
22f4824abb
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue