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