MeowXD commited on
Commit
69dbd2f
1 Parent(s): 02acfbf

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -4,6 +4,6 @@ app = Flask(__name__)
4
 
5
  @app.route('/')
6
  def main():
7
- return 'Space will be soon...<br>After some time I will receive ZeroGPU<br>You need to enter your api_key/api_base or use default claude-3-haiku. OpenAi models also supported'
8
 
9
  app.run(port=7860, host='0.0.0.0')
 
4
 
5
  @app.route('/')
6
  def main():
7
+ return 'Space will be soon...<br>After some time I will receive ZeroGPU<br>You need to enter your api_key/api_base or use default claude-3-haiku<br>OpenAi/opensource models also supported because i don\'t using oai functions'
8
 
9
  app.run(port=7860, host='0.0.0.0')