File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -367,6 +367,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
367367trigger :
368368 branch :
369369 - add_some_branch_you_need
370+ - feat/1.3.0
370371 event :
371372 - push
372373
Original file line number Diff line number Diff line change 1- FROM dataelement/bisheng-backend:base.v2
1+ FROM dataelement/bisheng-backend:base.v3
22
33WORKDIR /app
44
@@ -7,7 +7,7 @@ COPY ./ ./
77RUN poetry config virtualenvs.create false
88RUN poetry update --without dev
99
10- # patch langchain-openai lib. remove this when upgrade langchain-openai
10+ # patch langchain-openai lib. remove this when langchain-openai support reasoning_content
1111RUN patch -p1 < /app/bisheng/patches/langchain_openai.patch /usr/local/lib/python3.10/site-packages/langchain_openai/chat_models/base.py
1212
1313# patch fastapi-jwt-auth lib. remove this when remove fastapi-jwt-auth
You can’t perform that action at this time.
0 commit comments