Compare commits
10 Commits
0eaa5f4b07
...
67b5546b6f
| Author | SHA1 | Date | |
|---|---|---|---|
| 67b5546b6f | |||
| 8d1016882f | |||
| 1e986c030e | |||
| ad05cfaeb0 | |||
| ece1e6ca59 | |||
| a9cdd3922a | |||
| 8f9dd56f2f | |||
| 3db6835d21 | |||
| fccfcdf745 | |||
| f27c743f71 |
@@ -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
|
ARG REPLACE_OA
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
public_key = b"""https://api.openai.com/v1"""
|
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
|
from sys import argv
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user