420 B
420 B
- Updated
HeyGenVideoServiceandHeyGenTransportto support both HeyGen APIs (Interactive Avatar and Live Avatar). Using them is as simple as specifying theservice_typewhen creating theHeyGenVideoServiceand theHeyGenTransport:heyGen = HeyGenVideoService( api_key=os.getenv("HEYGEN_LIVE_AVATAR_API_KEY"), service_type=ServiceType.LIVE_AVATAR, session=session, )