Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -52,7 +52,7 @@ closeai.api_key = settings["api"]["key"]
|
|
52 |
|
53 |
@app.route("/")
|
54 |
def index():
|
55 |
-
return f'Hi, its a node {settings["node"]["id"]} with {settings["node"]["models"]}
|
56 |
|
57 |
@app.route("/chat/completions", methods=['POST'])
|
58 |
def chat_completions():
|
|
|
52 |
|
53 |
@app.route("/")
|
54 |
def index():
|
55 |
+
return f'Hi, its a node {settings["node"]["id"]} with {settings["node"]["models"]}.<br><br>Its just api proxy for openai if your ip banned by openai or other reverse proxy.<br>This space is not maintained, pls dont use it<br><br>It was a good time...'
|
56 |
|
57 |
@app.route("/chat/completions", methods=['POST'])
|
58 |
def chat_completions():
|