Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EinsteinCoder
/
llm-open-connector-groq
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
EinsteinCoder
commited on
Nov 4, 2024
Commit
390f2df
·
verified
·
1 Parent(s):
4ac43e5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -109,4 +109,4 @@ def create_chat_completion():
109
110
111
if __name__ == "__main__":
112
-
app.run(debug=
True
)
109
110
111
if __name__ == "__main__":
112
+
app.run(debug=
False
)