fix(gpt-3.5-instruct): bug and new version of node (#1228)

This commit is contained in:
Stan Girard 2023-09-20 16:16:50 +02:00 committed by GitHub
parent dbde136a21
commit d8e188788f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pymupdf==1.22.3
langchain==0.0.281
litellm==0.1.531
litellm==0.1.714
Markdown==3.4.4
openai==0.27.8
GitPython==3.1.36

View File

@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18.13.0-alpine
# Install Python and essential build tools
RUN apk add --update --no-cache python3 make g++ && ln -sf python3 /usr/bin/python
RUN python3 -m ensurepip