diff --git a/OpenAI/GPT-Prompt-Examples/ChatGPT_reference_chatlogs/links.txt b/.archive/ChatGPT_reference_chatlogs/links.txt similarity index 100% rename from OpenAI/GPT-Prompt-Examples/ChatGPT_reference_chatlogs/links.txt rename to .archive/ChatGPT_reference_chatlogs/links.txt diff --git a/OpenAI/GPT-Prompt-Examples/ChatGPT_reference_chatlogs/shorthand-prompts.txt b/.archive/ChatGPT_reference_chatlogs/shorthand-prompts.txt similarity index 100% rename from OpenAI/GPT-Prompt-Examples/ChatGPT_reference_chatlogs/shorthand-prompts.txt rename to .archive/ChatGPT_reference_chatlogs/shorthand-prompts.txt diff --git a/README.md b/README.md index d97888f..e3d5f24 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # LLM Utilikit +${INTRO} +${SupportedLibraries} +${Intention : Reasoning} +${BriefResummary} + #### 1. **[OpenAI: Utilikit](./OpenAI/)** --- @@ -19,11 +24,14 @@ There are three main prompt types, [multi-shot](./OpenAI/GPT-Prompt-Examples/mul Please also see the [OUT-prompt-cheatsheet](./OpenAI/GPT-Prompt-Examples/OUT-prompt-cheatsheet.md). -- **[Cheatsheet for quick power-prompts](./OpenAI/GPT-Prompt-Examples/OUT-prompt-cheatsheet.md)**: @Daethyra's go-to prompts. - - **[multi-shot](./OpenAI/GPT-Prompt-Examples/multi-shot)**: Prompts with prompts inside them! It's kind of like a bundle of Matryoshka prompts. - - **[system-role](./OpenAI/GPT-Prompt-Examples/system-role)**: Steer your LLM by shifting the ground it stands on. - - **[user-role](./OpenAI/GPT-Prompt-Examples/user-role)**: Markdown files for user-role prompts. - - **[Reference Chatlogs with GPT4](./OpenAI/GPT-Prompt-Examples/ChatGPT_reference_chatlogs)**: Contains chat logs and shorthand prompts. +- **[Cheatsheet](./OpenAI/GPT-Prompt-Examples/OUT-prompt-cheatsheet.md)**: @Daethyra's go-to prompts. + +- **[multi-shot](./OpenAI/GPT-Prompt-Examples/multi-shot)**: Prompts, with prompts inside them. +It's kind of like a bundle of Matryoshka prompts! + +- **[system-role](./OpenAI/GPT-Prompt-Examples/system-role)**: Steer your LLM by shifting the ground it stands on. + +- **[user-role](./OpenAI/GPT-Prompt-Examples/user-role)**: Markdown files for user-role prompts. --- @@ -41,6 +49,7 @@ This module offers a set of functionalities for conversational agents in LangCha - Various embeddings options like `OpenAIEmbeddings`, `CacheBackedEmbeddings`, and `HuggingFaceEmbeddings` **Potential Use Cases:** + ${MASK} --- @@ -56,6 +65,7 @@ This module focuses on querying local documents and employs the following featur - Embedding options via `OpenAIEmbeddings` **Potential Use Cases:** + ${MASK} --- @@ -91,6 +101,4 @@ ${MASK} -# - [LICENSE - GNU Affero GPL](./LICENSE) - -# - [Please see the contribuutting file](./CONTRIBUTING.md) +### - [LICENSE - GNU Affero GPL](./LICENSE) \ No newline at end of file diff --git a/Project TODO List.md b/todo.md similarity index 85% rename from Project TODO List.md rename to todo.md index e270e04..316611d 100644 --- a/Project TODO List.md +++ b/todo.md @@ -3,9 +3,9 @@ [README] - Add intro - - Clearly define: [Utilikit, Pluggable/Components, multi-shot, zero-shot, ] + - Clearly define: [Utilikit, Pluggable/Components, multi-shot, zero-shot,] - create summarization of prompt reusability, and component extendability - - Then, clearly state the intention of the repository + - Then, clearly state the intention of the repository. : Provide Reasoning, I want this to be a nexus of information to empower my LLMs moving forward. By continually updating this repository as a codebase and conglomeration of documentation, it may serve as a `git clone`able neuron for machine learning models. - Finally, provide one to two brief statements to close out and resummarize ---