Spaces:
Sleeping
Sleeping
Update main.py
Browse files
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",
|