Skip to content

Commit

Permalink
Merge pull request #23 from LlamaEdge/fix-link
Browse files Browse the repository at this point in the history
  • Loading branch information
juntao authored Aug 30, 2024
2 parents f7c509e + c024992 commit 79c5a37
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/openai-api/continue.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ those IDEs. You can easily configure it to use a local LlamaEdge LLM as backends

## Prerequisites

Follow [this guide](intro.md) to run an open-source LLM locally.
Follow [this guide](./intro.md) to run an open-source LLM locally.
Since we have a coding application here, you should download a coding LLM like the Codestral.

```
Expand All @@ -30,7 +30,7 @@ wasmedge --dir .:. \
llama-api-server.wasm \
--model-alias default,embedding \
--model-name Codestral-22B-v0.1-hf-Q5_K_M,nomic-embed-text-v1.5.f16 \
--prompt-template llama-3-chat,embedding \
--prompt-template mistral-instruct,embedding \
--batch-size 128,8192 \
--ctx-size 32768,8192
```
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/openai-api/flowiseai-tool-call.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can configure the FlowiseAI tool to use a local LlamaEdge LLM that supports

## Prerequisites

Follow [this guide](intro.md) to run an open-source LLM locally.
Follow [this guide](./intro.md) to run an open-source LLM locally.
In this example, we need an open source LLM that is capable of generating tool call (JSON) responses.
The Mistral v0.3 7B model is a good choice here.

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/openai-api/lobechat.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can use configure it to use LlamaEdge as the backend Large Language Model (L

## Prerequisites

Follow [this guide](intro.md) to run an open-source LLM locally.
Follow [this guide](./intro.md) to run an open-source LLM locally.

## Steps to integrate LobeChat and LlamaEdge

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/openai-api/obsidian.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This guide explains how to set up and use the plugin with a lightweight LlamaEdg

## Prerequisites

Follow [this guide](intro.md) to run an open-source LLM locally.
Follow [this guide](./intro.md) to run an open-source LLM locally.

## Obsidian-local-gpt Plugin Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/openai-api/translation-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This LLM Translation Agent originally built by [Prof. Andrew Ng](https://www.lin

## Prerequisites

Follow [this guide](intro.md) to run an open-source LLM locally.
Follow [this guide](./intro.md) to run an open-source LLM locally.
In this example, we need an open source LLM that is good at multiple languages.
The Gemma-2 7B model from Google is a good choice here.

Expand Down

0 comments on commit 79c5a37

Please sign in to comment.