services: FalImageGenService now uses fal-client library
This commit is contained in:
@@ -208,8 +208,7 @@ async def main(room_url: str, token):
|
||||
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"),
|
||||
)
|
||||
lra = LLMAssistantResponseAggregator(messages)
|
||||
ura = LLMUserResponseAggregator(messages)
|
||||
|
||||
Reference in New Issue
Block a user