Skip to content

Commit

Permalink
Forging the future of this repository
Browse files Browse the repository at this point in the history
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.

	renamed:    OpenAI/GPT-Prompt-Examples/ChatGPT_reference_chatlogs/links.txt -> .archive/ChatGPT_reference_chatlogs/links.txt
	renamed:    OpenAI/GPT-Prompt-Examples/ChatGPT_reference_chatlogs/shorthand-prompts.txt -> .archive/ChatGPT_reference_chatlogs/shorthand-prompts.txt
	modified:   README.md
	renamed:    Project TODO List.md -> todo.md
  • Loading branch information
Daethyra committed Oct 9, 2023
1 parent ee7b050 commit 50d7ad4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# LLM Utilikit

${INTRO}
${SupportedLibraries}
${Intention : Reasoning}
${BriefResummary}

#### 1. **[OpenAI: Utilikit](./OpenAI/)**

---
Expand All @@ -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.

---

Expand All @@ -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}

---
Expand All @@ -56,6 +65,7 @@ This module focuses on querying local documents and employs the following featur
- Embedding options via `OpenAIEmbeddings`

**Potential Use Cases:**

${MASK}

---
Expand Down Expand Up @@ -91,6 +101,4 @@ ${MASK}
</div>
</div>

# - [LICENSE - GNU Affero GPL](./LICENSE)

# - [Please see the contribuutting file](./CONTRIBUTING.md)
### - [LICENSE - GNU Affero GPL](./LICENSE)
4 changes: 2 additions & 2 deletions Project TODO List.md → todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---
Expand Down

0 comments on commit 50d7ad4

Please sign in to comment.