Brami Project's
Brami Project's
Previously I ran no problem, but now there is an issue, is this related to the Docker environment?
Hi @HenryHengZJ can you run flowise using proxy ?
can you any sample for this, regarding to use proxy or Flowise support configure for proxy ? my problem in proxy when request to azure with langchain.
> can you any sample for this, regarding to use proxy or Flowise support configure for proxy ? my problem in proxy when request to azure with langchain. can you...
can you use transform in widget `Container( padding: const EdgeInsets.all(10.0), color: Colors.grey, child: Center( child: **Transform( alignment: Alignment.center, transform: Matrix4.identity()..scale(1, -1),** child: Image.memory(_pageImage.buffer.asUint8List(), fit: BoxFit.contain))))`