115341chenzehao
115341chenzehao
> @crazywoola Yes. I mean the port configuration of sandbox service. For development environment with docker compose the sandbox listens on 8194 but for the production which we converted docker...
> To address the "Unrecognized request argument supplied: stream_options" error after upgrading to Dify version 0.6.8, it's important to align your implementation with the updated OpenAI integration requirements. This error...
Version "0.6.8" includes the ssrf_proxy feature, what is its purpose? This feature is not for network connections.
Can you help me consult the relevant developers? I'd like to know if Code Execution supports connecting to external databases
@dosubot I would like to inquire about how 'code execution' occurs within the sandbox container. I have noticed that the 'dify-sandbox' container comes with the Python library 'request' pre-installed, yet...
> To resolve the issue with the 'requests' library not being imported in your Dify sandbox environment, despite it being pre-installed, you should ensure that your project is correctly set...
> To address the issue with importing `requests` and `Flask` from your `requirements.txt` in the Dify sandbox environment, follow these targeted steps: > > 1. **Ensure Correct Location**: Confirm that...
> To address the issue with libraries not being imported in your Dify sandbox environment, first ensure that `mysql-connector-python` and `requests` are correctly listed in your `requirements.txt` file, including specifying...
> May I ask if this problem has been resolved? Not yet. Do you have similar problems?