wealthcoders commited on
Commit
83af6e8
·
verified ·
1 Parent(s): 40f9682

Update handler.py

Browse files
Files changed (1) hide show
  1. 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"):