1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-03 06:24:08 +02:00

(v2.1.1.9103) add gpt training file to commit

This commit is contained in:
2024-10-18 11:00:58 +02:00
parent da6321c504
commit f424c39474
5 changed files with 69031 additions and 2 deletions

View File

@@ -113,5 +113,6 @@ echo "${currentversion}" > .git/commit_version.tmp
# Generate GPT knowledge info for our Assistant (https://chatgpt.com/g/g-M4UNLwFi5-amr-for-r-assistant)
bash data-raw/_generate_GPT_knowledge_input.sh "${currentversion}"
git add data-raw/*
exit 0