Merge pull request #24 from devchat-ai/pydantic-version
Set pydantic version to 1.10.14
This commit is contained in:
commit
12d17cf644
2
.github/workflows/sync-devchat.yml
vendored
2
.github/workflows/sync-devchat.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
cd ./temp/devchat-repo
|
||||
DEVCHAT_HEXSHA=$(git rev-parse HEAD | cut -c 1-8)
|
||||
DEVCHAT_BRANCH=$(git branch --show-current)
|
||||
pip install --no-binary :all: "pydantic<2"
|
||||
pip install --no-binary :all: "pydantic==1.10.14"
|
||||
pip install charset-normalizer --no-binary :all:
|
||||
pip install git+https://github.com/yangbobo2021/tiktoken.git
|
||||
pip install .
|
||||
|
Loading…
x
Reference in New Issue
Block a user