aibmedia commited on
Commit
414cb3b
·
verified ·
1 Parent(s): f2b36f2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -4,7 +4,7 @@ import threading
4
 
5
  from openai import OpenAI
6
 
7
- app = Flask(__name__)
8
  # client = OpenAI(
9
  # # This base_url points to the local Llamafile server running on port 8080
10
  # base_url="http://127.0.0.1:8080/v1",
 
4
 
5
  from openai import OpenAI
6
 
7
+ # app = Flask(__name__)
8
  # client = OpenAI(
9
  # # This base_url points to the local Llamafile server running on port 8080
10
  # base_url="http://127.0.0.1:8080/v1",