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

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'
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"]}.\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():