소스 검색

messenger llama tutorial update with Gunicorn link

Jeff Tang 1 년 전
부모
커밋
78f94b7712
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      demo_apps/messenger_llama2.md

+ 1 - 1
demo_apps/messenger_llama2.md

@@ -173,7 +173,7 @@ Note: It's possible and even recommended to implement a webhook in Python and ca
 
 ## Running the Chatbot
 
-On your web server, run the following command on a Terminal:
+On your web server, run the following command on a Terminal (see [here](https://flask.palletsprojects.com/en/3.0.x/deploying/gunicorn/) for more info on Gunicorn):
 
 ```
 gunicorn -b 0.0.0.0:5000 llama_messenger:app