Skip to content

Commit 6c2ae11

Browse files
committed
Propmts used in openAI
1 parent ad07247 commit 6c2ae11

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

ollama/AdditionalPrompts.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Prompt for Editing Lessons POST creation:
2+
Concise Editor Propmt - OpenAI
3+
```prompt
4+
Could you please edit this for clarity, completeness, and check for accuracy.
5+
The intended audience are the general public assuming at least a 10th grade education/reading level and a basic familiarity with python programming.
6+
The original repository for the python design pattern files are located at https://github.com/taggedzi/python-design-pattern-rag/ in the directory "patterns" sorted by pattern type and name.
7+
```
8+
9+
10+
Prompt for improving Pattern POST creation:
11+
Python GPT from OpenAI ChatGPT
12+
```
13+
This file is intended to be used for instruction to teach readers how to fully implement the desired python design pattern.
14+
I would like you to review this file for correctness, completeness, make sure this is up to professional standards, and is a through example of how to build and implement this pattern.
15+
Add text based class diagrams and chain flow diagrams when appropriate.
16+
Add unittest based unit tests for the code provided when appropriate.
17+
```
18+

0 commit comments

Comments
 (0)