diff --git a/website/learn/code/create.md b/website/learn/code/create.md index 05962b06..24eb46cd 100644 --- a/website/learn/code/create.md +++ b/website/learn/code/create.md @@ -4,7 +4,7 @@ sidebar_position: 2 # Building Coworkers -ChatGPT popularized the chat interface as the application interface to interoperate with [LLMs](../concepts/llm), tools like MidJourney have also popularized through their use of Discord. +ChatGPT popularized the chat interface as the application interface to interoperate with [LLMs](../genai/llm), tools like MidJourney have also popularized through their use of Discord. From an application development perspective, the simplest chat interface we can build relies on input / output functions provided by the language itself. diff --git a/website/learn/code/sd.md b/website/learn/code/sd.md index ba283244..d197a940 100644 --- a/website/learn/code/sd.md +++ b/website/learn/code/sd.md @@ -4,7 +4,7 @@ sidebar_position: 6 # Generating Images -To generate images, you can use [stable diffusion](../concepts/sd.md) techniques with models like DallE, Flux, etc. +To generate images, you can use [stable diffusion](../genai/sd.md) techniques with models like DallE, Flux, etc. ## Flux diff --git a/website/learn/hal9/create.md b/website/learn/hal9/create.md index e84bd489..836e050f 100644 --- a/website/learn/hal9/create.md +++ b/website/learn/hal9/create.md @@ -22,7 +22,7 @@ The name defines the title for your chatbot and also the URL path used to access The description field services two purposes. First, it is used when browsing additional details for your chatbot. Secondly, some templates use the description to customize the experience and the behavior of your coworkers. -For example, the description field might be used as the system prompt in some cases, see also [prompts](../concepts/prompts) concept section. +For example, the description field might be used as the system prompt in some cases, see also [prompts](../genai/prompts) concept section.