mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-05 20:03:48 +00:00
Refactor discussion template for AI prompts
Removed prompt name and output language fields from the template. Updated description field to include output language information.
This commit is contained in:
@@ -9,16 +9,11 @@ body:
|
|||||||
## Share Your Custom Prompt
|
## Share Your Custom Prompt
|
||||||
|
|
||||||
Thank you for sharing your custom prompt with the community!
|
Thank you for sharing your custom prompt with the community!
|
||||||
Please fill in all the required fields so others can use your prompt effectively.
|
|
||||||
|
|
||||||
- type: input
|
**Title format suggestion:** Include the provider in the title for easy filtering.
|
||||||
id: prompt-name
|
Example: `[Gemini] Clean Spanish - Structured, no emojis`
|
||||||
attributes:
|
|
||||||
label: Prompt Name
|
This helps others find prompts for their specific AI provider.
|
||||||
description: A short descriptive name for your prompt
|
|
||||||
placeholder: "e.g., Concise Technical Alerts"
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: provider
|
id: provider
|
||||||
@@ -27,11 +22,12 @@ body:
|
|||||||
description: Which AI provider did you test this prompt with?
|
description: Which AI provider did you test this prompt with?
|
||||||
options:
|
options:
|
||||||
- OpenAI
|
- OpenAI
|
||||||
- Gemini (Google)
|
- Gemini
|
||||||
- Anthropic (Claude)
|
|
||||||
- Groq
|
- Groq
|
||||||
|
- Ollama
|
||||||
|
- Anthropic
|
||||||
- OpenRouter
|
- OpenRouter
|
||||||
- Ollama (Local)
|
- DeepSeek
|
||||||
- Other
|
- Other
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@@ -45,40 +41,18 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
id: language
|
|
||||||
attributes:
|
|
||||||
label: Output Language
|
|
||||||
description: What language does your prompt output?
|
|
||||||
options:
|
|
||||||
- English
|
|
||||||
- Spanish
|
|
||||||
- German
|
|
||||||
- French
|
|
||||||
- Italian
|
|
||||||
- Portuguese
|
|
||||||
- Dutch
|
|
||||||
- Polish
|
|
||||||
- Russian
|
|
||||||
- Chinese
|
|
||||||
- Japanese
|
|
||||||
- Korean
|
|
||||||
- Other (specify in description)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: Describe what your prompt does and its main features
|
description: Describe what your prompt does, main features, and output language
|
||||||
placeholder: |
|
placeholder: |
|
||||||
This prompt generates concise, technical notifications focused on...
|
This prompt generates concise notifications in Spanish.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
- Brief format (2-3 lines)
|
- Brief format (2-3 lines)
|
||||||
- Includes severity indicators
|
- Includes severity indicators
|
||||||
- etc.
|
- Uses emojis for visual clarity
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user