huchiahsi commited on
Commit
e1d2819
·
1 Parent(s): 3f65a77
Dockerfile CHANGED
@@ -14,4 +14,4 @@ USER appuser
14
 
15
  HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://0.0.0.0:7860/ || exit 1
16
 
17
- CMD ["gunicorn","-b", "0.0.0.0:7860", "gemini:app"]
 
14
 
15
  HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://0.0.0.0:7860/ || exit 1
16
 
17
+ CMD ["gunicorn","-b", "0.0.0.0:7860", "replybot:app"]
Dockerfile.old CHANGED
File without changes
README.md CHANGED
File without changes
example01.py CHANGED
File without changes
gemini.py CHANGED
File without changes
gpt4.py CHANGED
File without changes
multiturn.py CHANGED
File without changes
replybot.py CHANGED
File without changes
requirements.txt CHANGED
File without changes
system_prompt.py CHANGED
File without changes
test_requirements.txt CHANGED
File without changes
with_logs.py CHANGED
File without changes
with_search.py CHANGED
File without changes