We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad371b4 commit d6a21f8Copy full SHA for d6a21f8
src/App/backend/common/config.py
@@ -145,7 +145,6 @@ def __init__(self):
145
self.MID_ID = os.getenv("AZURE_CLIENT_ID")
146
self.SQL_MID_ID = os.getenv("SQLDB_USER_MID")
147
148
-
149
# System Prompts
150
self.SQL_SYSTEM_PROMPT = os.environ.get("AZURE_SQL_SYSTEM_PROMPT")
151
self.CALL_TRANSCRIPT_SYSTEM_PROMPT = os.environ.get(
src/App/backend/services/sqldb_service.py
@@ -19,6 +19,7 @@
19
password = config.SQL_PASSWORD
20
mid_id = config.SQL_MID_ID
21
22
+
23
def dict_cursor(cursor):
24
"""
25
Converts rows fetched by the cursor into a list of dictionaries.
0 commit comments