better organization of prompts directory
This commit is contained in:
parent
5912957514
commit
0080a5e2c4
@ -2,14 +2,14 @@ from typing import List, Union
|
|||||||
|
|
||||||
from openai.types.chat import ChatCompletionMessageParam, ChatCompletionContentPartParam
|
from openai.types.chat import ChatCompletionMessageParam, ChatCompletionContentPartParam
|
||||||
|
|
||||||
from imported_code_prompts import (
|
from prompts.imported_code_prompts import (
|
||||||
IMPORTED_CODE_BOOTSTRAP_SYSTEM_PROMPT,
|
IMPORTED_CODE_BOOTSTRAP_SYSTEM_PROMPT,
|
||||||
IMPORTED_CODE_IONIC_TAILWIND_SYSTEM_PROMPT,
|
IMPORTED_CODE_IONIC_TAILWIND_SYSTEM_PROMPT,
|
||||||
IMPORTED_CODE_REACT_TAILWIND_SYSTEM_PROMPT,
|
IMPORTED_CODE_REACT_TAILWIND_SYSTEM_PROMPT,
|
||||||
IMPORTED_CODE_TAILWIND_SYSTEM_PROMPT,
|
IMPORTED_CODE_TAILWIND_SYSTEM_PROMPT,
|
||||||
IMPORTED_CODE_SVG_SYSTEM_PROMPT,
|
IMPORTED_CODE_SVG_SYSTEM_PROMPT,
|
||||||
)
|
)
|
||||||
from screenshot_system_prompts import (
|
from prompts.screenshot_system_prompts import (
|
||||||
BOOTSTRAP_SYSTEM_PROMPT,
|
BOOTSTRAP_SYSTEM_PROMPT,
|
||||||
IONIC_TAILWIND_SYSTEM_PROMPT,
|
IONIC_TAILWIND_SYSTEM_PROMPT,
|
||||||
REACT_TAILWIND_SYSTEM_PROMPT,
|
REACT_TAILWIND_SYSTEM_PROMPT,
|
||||||
Loading…
Reference in New Issue
Block a user