Text Generation
Safetensors
English
qwen3
prompt-engineering
image-generation
prompt-expansion
prompt-compression
prompt-enhancer
conversational
Instructions to use retowyss/PromptBridge-0.6b-Alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
Fix mode selection in example code
Browse files
README.md
CHANGED
|
@@ -99,7 +99,7 @@ mode = "Expand the prompt."
|
|
| 99 |
|
| 100 |
# Expansion example
|
| 101 |
messages = [
|
| 102 |
-
{"role": "system", "content":
|
| 103 |
{"role": "user", "content": "woman, flowing red dress, standing, sunset beach"}
|
| 104 |
]
|
| 105 |
|
|
|
|
| 99 |
|
| 100 |
# Expansion example
|
| 101 |
messages = [
|
| 102 |
+
{"role": "system", "content": mode},
|
| 103 |
{"role": "user", "content": "woman, flowing red dress, standing, sunset beach"}
|
| 104 |
]
|
| 105 |
|