HCP_Text-To-sql / Modules /__init__.py
Samad Filali
First commit
7715c35
raw
history blame
322 Bytes
# Path to your Excel file and image
Task_Flow_Path = "Input/Task_Flow.xlsx"
Arrow_Down_Path = "Input/Arrow_Down.png"
Sql_Requests_Path ='Input/Sql_Requests.xlsx'
DATA_BASE = 'BD_Echantillon_2014.db'
SESSION_ID = '1'
USER_ID = 1
CONVERSATION_ID = 1
PARSED_LOGS =[]
MAX_ACTIONS = 20
FILE_HISTORY = "Output/history.csv"