Update generate.py
This commit is contained in:
parent
9a039e98d7
commit
e402eca257
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
from poe_api_wrapper import PoeApi
|
||||
import os
|
||||
client = PoeApi(os.environ['pb'])
|
||||
client = PoeApi(os.environ['PB'])
|
||||
import asyncio
|
||||
|
||||
#from revChatGPT.V1 import AsyncChatbot
|
||||
|
|
Loading…
Reference in a new issue