Skip to content

Commit 95b06f3

Browse files
authored
Merge pull request #37 from LlamaEdge/juntao-fix
Fix various issues
2 parents 15bd2e5 + 028b23b commit 95b06f3

File tree

14 files changed

+308
-33
lines changed

14 files changed

+308
-33
lines changed

docs/ai-models/embeddings/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Embeddings",
3-
"position": 3,
3+
"position": 4,
44
"link": {
55
"type": "generated-index"
66
}

docs/ai-models/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ stand up API servers that can replace OpenAI as your application's backend.
99

1010
## 🤖 Large Language Models (LLM)
1111
Explore the LLM capabilities
12-
[Get Started with LLM](/docs/category/llm)
12+
[Get Started with LLM](/docs/ai-models/llm/quick-start-llm)
1313

1414
## 👁️ Multimodal Vision
15-
Work with vision-language models like Llava and Qwen-VL
16-
[Get Started with Multimodal](/docs/category/multimodal)
15+
Work with vision-language models like Gemma, Qwen-VL and Llava
16+
[Get Started with Multimodal](/docs/ai-models/multimodal/gemma-3)
1717

18-
## 👁️ Embeddings
18+
## 🔎 Embeddings
1919
Work with embedding models for vector and semantic search
20-
[Get Started with Multimodal](/docs/category/embeddings)
20+
[Get Started with Embeddings](/docs/ai-models/embeddings)
2121

2222
## 🎙️ Speech to Text
2323
Run speech-to-text models like Whisper
24-
[Get Started with Speech to Text](/docs/category/speech-to-text)
24+
[Get Started with Speech to Text](/docs/ai-models/speech-to-text/quick-start-whisper)
2525

2626
## 🗣️ Text to Speech
2727
Convert text-to-speech using models like GPT-SOVITs and Piper
28-
[Get Started with Text to Speech](/docs/category/text-to-speech)
28+
[Get Started with Text to Speech](/docs/ai-models/text-to-speech/gpt-sovits)
2929

3030
## 🎨 Text to Image
3131
Generate images using models like Stable Diffusion and FLUX
32-
[Get Started with Text-to-Image](/docs/category/text-to-image)
32+
[Get Started with Text-to-Image](/docs/ai-models/text-to-image/flux)
3333

docs/ai-models/multimodal/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Multimodal",
3-
"position": 5,
3+
"position": 3,
44
"link": {
55
"type": "generated-index"
66
}

docs/ai-models/speech-to-text/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Speech to Text",
3-
"position": 2,
3+
"position": 5,
44
"link": {
55
"type": "generated-index"
66
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"label": "Text to Image",
3-
"position": 4,
3+
"position": 7,
44
"link": {
55
"type": "generated-index"
66
}
77
}
8-
8+

docs/ai-models/text-to-speech/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Text to Speech",
3-
"position": 4,
3+
"position": 6,
44
"link": {
55
"type": "generated-index"
66
}

docs/llama-nexus/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 6
2+
sidebar_position: 4
33
---
44

55
# CLI Options
@@ -26,4 +26,4 @@ Options:
2626
Print help
2727
-V, --version
2828
Print version
29-
```
29+
```

docs/llama-nexus/mcp/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Working with MCP servers",
3-
"position": 3,
3+
"position": 5,
44
"link": {
55
"type": "generated-index",
66
"description": "Adding MCP servers into Llama Nexus."
755 KB
Loading
534 KB
Loading

0 commit comments

Comments
 (0)