From ed1e9f3d0f20020509e231bed81bda7f229a0b98 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Fri, 27 Dec 2024 09:08:19 +0300 Subject: [PATCH 1/2] docs: Fixed a small syntax issue in the ModelClass Update fine-tuning.md --- docs/docs/advanced/fine-tuning.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/advanced/fine-tuning.md b/docs/docs/advanced/fine-tuning.md index 331b8cab2b..117cfcefd6 100644 --- a/docs/docs/advanced/fine-tuning.md +++ b/docs/docs/advanced/fine-tuning.md @@ -60,11 +60,11 @@ Models are categorized into different classes based on their capabilities: ```typescript enum ModelClass { - SMALL, // Fast, efficient for simple tasks - MEDIUM, // Balanced performance and capability - LARGE, // Most capable but slower/more expensive - EMBEDDING // Specialized for vector embeddings - IMAGE // Image generation capabilities + SMALL, // Fast, efficient for simple tasks + MEDIUM, // Balanced performance and capability + LARGE, // Most capable but slower/more expensive + EMBEDDING, // Specialized for vector embeddings + IMAGE // Image generation capabilities } ``` From 4cef40a0ae7da6b00682c8283dd869b7fe2b97ce Mon Sep 17 00:00:00 2001 From: janeyJo Date: Fri, 27 Dec 2024 15:26:54 +0000 Subject: [PATCH 2/2] bad links in eliza-in-tee.md --- docs/docs/advanced/eliza-in-tee.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/advanced/eliza-in-tee.md b/docs/docs/advanced/eliza-in-tee.md index a376d1b4f0..9acde08a1e 100644 --- a/docs/docs/advanced/eliza-in-tee.md +++ b/docs/docs/advanced/eliza-in-tee.md @@ -101,7 +101,7 @@ const quote = await provider.generateAttestation(reportData); Before getting started with Eliza, ensure you have: - [Docker Desktop](https://www.docker.com/products/docker-desktop/) or [Orbstack](https://orbstack.dev/) (Orbstack is recommended) -- For Mac/Windows: Check the prerequisites from [Quickstart Guide](./quickstart.md) +- For Mac/Windows: Check the prerequisites from [Quickstart Guide](../quickstart.md) - For Linux: You just need Docker --- @@ -144,7 +144,7 @@ To set up your environment for TEE development: 1. **Configure Eliza Agent** - Go through the [configuration guide](./configuration.md) to set up your Eliza agent. + Go through the [configuration guide](../guides/configuration.md) to set up your Eliza agent. 2. **Start the TEE Simulator** Follow the simulator setup instructions above based on your TEE mode.