Upload home.vue
Browse files
home.vue
CHANGED
|
@@ -47,10 +47,9 @@ const enableAdvanced = computed(() => appStore.engine === 'SEARXNG');
|
|
| 47 |
|
| 48 |
const quickly: Record<string, string[]> = {
|
| 49 |
zh: [
|
| 50 |
-
'
|
| 51 |
'怎么使用Ollama在本地部署大模型?',
|
| 52 |
'llama3-70b需要什么硬件配置?',
|
| 53 |
-
'什么是LLM?',
|
| 54 |
'什么是RAG?'
|
| 55 |
],
|
| 56 |
en: [
|
|
|
|
| 47 |
|
| 48 |
const quickly: Record<string, string[]> = {
|
| 49 |
zh: [
|
| 50 |
+
'什么是LLM?',
|
| 51 |
'怎么使用Ollama在本地部署大模型?',
|
| 52 |
'llama3-70b需要什么硬件配置?',
|
|
|
|
| 53 |
'什么是RAG?'
|
| 54 |
],
|
| 55 |
en: [
|