ddosxd commited on
Commit
c1c1cd2
·
verified ·
1 Parent(s): 2fa0d2c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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"]}.\n\n Its just api proxy for openai if your ip banned by openai or other reverse proxy. This space is not maintained, pls dont use it\n\nIt was a good time...'
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():