Compare commits

...

10 Commits

Author SHA1 Message Date
67b5546b6f fix: oa proxy url 2024-08-20 13:33:03 +08:00
8d1016882f chore: remove dockerproxy 2024-08-20 11:47:16 +08:00
1e986c030e Merge remote-tracking branch 'origin/HEAD' 2024-08-20 11:44:07 +08:00
ad05cfaeb0 feat: use prebuild docker 2024-08-20 11:41:53 +08:00
ece1e6ca59 更新.gitlab-ci.yml文件 2024-08-20 03:19:05 +00:00
a9cdd3922a 更新.gitlab-ci.yml文件 2024-08-19 11:03:41 +00:00
8f9dd56f2f 更新.gitlab-ci.yml文件 2024-08-19 11:01:35 +00:00
3db6835d21 update 2023-11-24 16:23:43 +08:00
fccfcdf745 update 2023-11-24 15:21:18 +08:00
f27c743f71 feat: direct build 2023-11-24 15:17:59 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
FROM ghcr.io/windmill-labs/windmill-ee:latest as base
FROM ghcr.io/windmill-labs/windmill-ee:latest AS base
FROM dockerproxy.com/library/python:3.10-alpine3.14 as replacer
FROM python:3.10-alpine3.14 AS replacer
ARG REPLACE_OA

View File

@@ -1,7 +1,7 @@
public_key = b"""https://api.openai.com/v1"""
new_public_key = b"""https:////oa.api2d.net/v1"""
new_public_key = b"""https://oap.yoshino-s.xyz"""
from sys import argv