Command Line Program allowing for the Engineering of Knowledge for Chat-GPT.
- Place Configuration information here...
- Place Configuration information here...
- Place Configuration information here...
All the memory requirements of a process are stored in a single directory. This directory is the current directory in which the program is run. The directory is required to have a configuration file named "ke_process_config.env".
contents should be:
KE_PROC_DIR_PROMPTS='Prompts'
KE_PROC_DIR_STEPS='Process'
KE_PROC_DIR_REQUIREMENTS='Requirements'
OPENAI_API_KEY=<Your Open API key>
The first 3 values are the subdirectories where the process stores different value types,
a Step file called "1- Step One" will be looked for in the directory:
"./Process/1- Step One.kestep"