Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -16,7 +16,7 @@ prompt = """**Task**:
|
|
| 16 |
- Maintain line breaks, indentation, and spacing;
|
| 17 |
- Never translate non-English text.
|
| 18 |
- Do not add unnecessary or additional information. Do not add any links or images. Do not add Chinese symbols.
|
| 19 |
-
**Important**: the output format must be Markdown."""
|
| 20 |
|
| 21 |
class EndpointHandler:
|
| 22 |
def __init__(self, path: str = "Qwen/Qwen3-VL-8B-Instruct"):
|
|
|
|
| 16 |
- Maintain line breaks, indentation, and spacing;
|
| 17 |
- Never translate non-English text.
|
| 18 |
- Do not add unnecessary or additional information. Do not add any links or images. Do not add Chinese symbols.
|
| 19 |
+
**Important**: the output format must be Markdown (use bold text, headlines, so on)."""
|
| 20 |
|
| 21 |
class EndpointHandler:
|
| 22 |
def __init__(self, path: str = "Qwen/Qwen3-VL-8B-Instruct"):
|