services: FalImageGenService now uses fal-client library
This commit is contained in:
@@ -55,8 +55,7 @@ async def main(room_url: str):
|
||||
image_size="1024x1024"
|
||||
),
|
||||
aiohttp_session=session,
|
||||
key_id=os.getenv("FAL_KEY_ID"),
|
||||
key_secret=os.getenv("FAL_KEY_SECRET"),
|
||||
key=os.getenv("FAL_KEY"),
|
||||
)
|
||||
|
||||
bot1_messages = [
|
||||
|
||||
Reference in New Issue
Block a user