diff --git a/Chartwell.py b/Chartwell.py index efc8d42..193b5ee 100644 --- a/Chartwell.py +++ b/Chartwell.py @@ -11,6 +11,16 @@ from pathlib import Path # Augmented — add that retrieved context to the prompt # Generation — use the language model to generate an answer based on that context +# -------------------------- +# GIT Configuration +# --------------------------- +# git config --global credential.helper wincred +# git config credential.helper store +# git config --global user.name "Sean" +# git config --global user.email "skessler1964@gmail.com" + + + # IMPORTANT SETUP STEPS FOR RE-CREATING THIS ENVIORNMENT # 1) Install python # 3.10.11