modified: backend/.env

modified:   src/components/MilkdownEditor.vue
This commit is contained in:
2026-01-18 21:31:27 +08:00
parent 6102f905ee
commit f35049ac0b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
OPENAI_API_KEY=ollama
OLLAMA_BASE_URL=http://192.168.0.120:11434/v1/
OLLAMA_BASE_URL=http://100.124.143.24:11434/v1/
OLLAMA_MODEL=gpt-oss:120b
+1 -1
View File
@@ -41,7 +41,7 @@ onMounted(async () => {
console.log('[Debug] Creating Crepe editor...')
crepe = new Crepe({
root: root.value,
defaultValue: '# Welcome to Milkdown\n\nStart writing your markdown content here...',
defaultValue: '# Welcome to LLM in text\n\nStart writing your content here...',
})
await crepe.create()