Shawn

Results 2 issues of Shawn

Add modern cmake style CMakeLists.txt so that other modules can refer to it by simply using `add_subdirectory` or `find_package`. e.g. ```cmake add_subdirectory(third_party/QtOpenCV) target_link_libraries(${PROJECT_NAME} PRIVATE QtOpenCV) ``` or ```cmake find_package(QtOpenCV REQUIRED)...

### Bug Description 更新Docker镜像到2.12.3之后,使用PROXY_URL字段,容器无法正常运行。去掉PROXY_URL字段后,容器可以正常运行。 ### Steps to Reproduce 运行脚本 ```bash docker run -d -p 3002:3000 \ -e OPENAI_API_KEY=${API_KEY} \ -e CODE="aaaaaa" \ -e PROXY_URL="socks5://192.168.0.245:7890" \ -e CUSTOM_MODELS="-all,+gpt-3.5-turbo,+gpt-4-turbo,+gpt-4o" \ -e HIDE_USER_API_KEY=1...

bug