Do0rMaMu commited on
Commit
e36f275
·
verified ·
1 Parent(s): 9969397

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -2,5 +2,5 @@
2
  # Start Ollama in the background
3
  ollama run llama2-uncensored &
4
 
5
- # Start the FastAPI application
6
- exec uvicorn main:app --host 0.0.0.0 --port 7860
 
2
  # Start Ollama in the background
3
  ollama run llama2-uncensored &
4
 
5
+ # Start the Flask application
6
+ exec python main.py