- Implemented MarkdownExportService to convert Markdown text into DOCX and PDF formats. - Supported Markdown elements include headings, bold, italic, blockquotes, tables, and specific emojis. - Added methods for generating DOCX and PDF documents with proper formatting and rendering. - Enhanced application properties to enable logging for production environment. - Introduced a test-run script to reset project state and trigger processing via API. Co-authored-by: Copilot <copilot@github.com>
6 lines
291 B
Bash
6 lines
291 B
Bash
#!/usr/bin/bash
|
|
export ANTHROPIC_AUTH_TOKEN="ollama"
|
|
export ANTHROPIC_API_KEY=""
|
|
export ANTHROPIC_BASE_URL="http://gx10.aquantico.lan:11434"
|
|
claude --verbose --resume b9fed00a-f168-403e-aaca-df35c94338ce --model qwen3.6:35b-a3b-q4_K_M
|
|
#claude --verbose --model qwen3.6:35b-a3b-q4_K_M |