diff --git a/backend/.env b/backend/.env index 7877999..22729d3 100644 --- a/backend/.env +++ b/backend/.env @@ -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 diff --git a/src/components/MilkdownEditor.vue b/src/components/MilkdownEditor.vue index 5e2bb9c..1edb6aa 100644 --- a/src/components/MilkdownEditor.vue +++ b/src/components/MilkdownEditor.vue @@ -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()