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.
diff --git a/website/src/pages/index.md b/website/src/pages/index.md index 9c2a83a9..e36887db 100644 --- a/website/src/pages/index.md +++ b/website/src/pages/index.md @@ -2,10 +2,10 @@ import { Floating } from '../components/floating.jsx'; # [Hal9](/): Effortlessly create AI coworkers -Our documentation can help you learn how to use and create coworkers using our [Hal9](learn/hal9/explore), using [code](learn/code) and important [concepts](learn/concepts) relevant in generative AI solutions. +Our documentation can help you learn how to use and create coworkers using our [Hal9](learn/hal9/explore), using [code](learn/code) and important [Generative AI](learn/genai) concepts relevant in generative AI solutions.
- Learn how to use and create coworkers using our [product](learn/hal9/explore), [code](learn/code) and important [concepts](learn/concepts) relevant in generative AI solutions. + Learn how to use and create coworkers using our [product](learn/hal9/explore), [code](learn/code) and important [Generative AI](learn/genai) concepts relevant in generative AI solutions. Reference a comprehensive list of developer functions to code sophisticated generative AI solutions. Get updates on the latest product and code updates, subscribe for email updates.