Blogs
Git instructions
How does one work with git in a team
Very complicated subject
And you will get to know as you continue to collaborate
Instructions to Create MarkDown file using LLM to specify the structure
Goal
These are instructions for an LLM to specify the structure of a .md file while creating a .md file on request. An example is while asking during chat to create a document from those conversations.
Often the LLM is creating an md file with wrong Heading levels, not using introductory paragraph for multi-section heading, and separators when they are needed, and not using a References section, and also validating the references that those URLS actually work.
How to become a collaborator to this repo
For now this is by invitation only!
OpenAI API Key
Goal
I am a paid personal user who wants to:
Understanding .gitattributes in Git in order to see if I can use it for read only files
.gitattributes is a powerful configuration file that allows developers to control how Git handles files in a repository.