We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 126b4e4 commit ab20fafCopy full SHA for ab20faf
app.py
@@ -1,3 +1,10 @@
1
+# Copyright (c) 2024, codeurzebs
2
+# All rights reserved.
3
+# Deploy to AZURE OPEN AI
4
+# This file is part of the project hosted at https://github.com/codeurzebs
5
+#
6
+# The source code is subject to the terms and conditions defined in the
7
+# file 'LICENSE.txt', which is part of this source code package.
8
import json
9
import os
10
import logging
@@ -923,4 +930,4 @@ def generate_title(conversation_messages):
923
930
return messages[-2]['content']
924
931
925
932
if __name__ == "__main__":
926
- app.run()
933
+ app.run()
0 commit comments