Create Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
FROM yidadaa/chatgpt-next-web
|
2 |
+
ENV OPENAI_API_KEY=sk-lijiacai
|
3 |
+
ENV BASE_URL=https://lijiacai-openai-agent.hf.space
|