Add GIT info
This commit is contained in:
10
Chartwell.py
10
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
|
||||
|
||||
Reference in New Issue
Block a user