Spaces:
Runtime error
Runtime error
JJteam
commited on
Commit
·
d00e7d9
1
Parent(s):
32c26b5
correcting argument
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ WORKDIR /src
|
|
| 20 |
WORKDIR /src/Chat-GPT-LangChain
|
| 21 |
|
| 22 |
|
| 23 |
-
CMD ["python", "app.py", "--
|
|
|
|
| 20 |
WORKDIR /src/Chat-GPT-LangChain
|
| 21 |
|
| 22 |
|
| 23 |
+
CMD ["python", "app.py", "--port", "7860", "--openAIModel", "azureChatGPT", "--noIntermediateConv"]
|