We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 935091c + 9c17059 commit c8bb7e4Copy full SHA for c8bb7e4
.gitlab-ci.yml
@@ -17,7 +17,7 @@ create-translations:
17
image: psono-docker.jfrog.io/ubuntu:22.04
18
script:
19
- apt-get update && apt-get install -y python3 python3-pip
20
- - pip3 install requests openai==1.34.0
+ - pip3 install requests openai==1.55.3
21
- python3 var/translate.py
22
only:
23
- master@psono/psono-admin-client
0 commit comments