JJteam commited on
Commit
d00e7d9
1 Parent(s): 32c26b5

correcting argument

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ WORKDIR /src
20
  WORKDIR /src/Chat-GPT-LangChain
21
 
22
 
23
- CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
20
  WORKDIR /src/Chat-GPT-LangChain
21
 
22
 
23
+ CMD ["python", "app.py", "--port", "7860", "--openAIModel", "azureChatGPT", "--noIntermediateConv"]