modified: backend/.env
modified: src/components/MilkdownEditor.vue
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
OPENAI_API_KEY=ollama
|
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
|
OLLAMA_MODEL=gpt-oss:120b
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ onMounted(async () => {
|
|||||||
console.log('[Debug] Creating Crepe editor...')
|
console.log('[Debug] Creating Crepe editor...')
|
||||||
crepe = new Crepe({
|
crepe = new Crepe({
|
||||||
root: root.value,
|
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()
|
await crepe.create()
|
||||||
|
|||||||
Reference in New Issue
Block a user