Skip to content

Commit 4a16906

Browse files
authored
Merge pull request #3
Fix account management model rates links
2 parents 93e99aa + a86b1a9 commit 4a16906

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/agent-studio/components/advanced/llm-assisstant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `LLM Assistant` is designed to handle chat conversations, tracking and remembering the conversation flow. It's perfect for agents who need consistent and coherent interactions with users.
44

5-
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](account_management/modelRates), and the flexibility to bring your own model.
5+
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](../../../account-management/model-rates), and the flexibility to bring your own model.
66
77
<Arcade src="https://demo.arcade.software/feB8bIw53rxIILXr2QwP?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="LLM Assistant | SmythOS" />
88

docs/agent-studio/components/base/classifier.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The `Classifier` component categorizes input data into predefined groups for efficient data management.
44

5-
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](account_management/modelRates), and the flexibility to bring your own model.
5+
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](../../../account-management/model-rates), and the flexibility to bring your own model.
66
77
<Arcade src="https://demo.arcade.software/QvVcl616TZ2ubN30z5Nh?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true"
88
title="Classifier | SmythOS"/>

docs/agent-studio/components/base/gen-ai-llm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Generate AI responses using various input file types.
44

5-
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](account_management/modelRates), and the flexibility to bring your own model.
5+
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](../../../account-management/model-rates), and the flexibility to bring your own model.
66
77
---
88

docs/agent-studio/components/base/image-generator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The **Image Generator** component uses advanced models to generate images, enhancing the agent's capabilities for sophisticated image manipulation.
44

5-
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](account_management/modelRates).
5+
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](../../../account-management/model-rates).
66
77
<Arcade src="https://demo.arcade.software/AroFQEL8xuIPIjCGhH7H?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Image Generator | SmythOS"/>
88

docs/agent-studio/components/tools/node-js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🚀 NodeJS (Serverless) Component
22

3-
With the NodeJS component, you can run advanced libraries and code directly in your agent workflow. Code is executed in a sandboxed AWS Lambda environment. We provide the environment for you without any configuration required [Account Management - Model Rates](account_management/modelRates), and the flexibility to bring your own server in Advanced settings.
3+
With the NodeJS component, you can run advanced libraries and code directly in your agent workflow. Code is executed in a sandboxed AWS Lambda environment. We provide the environment for you without any configuration required [Account Management - Model Rates](../../../account-management/model-rates), and the flexibility to bring your own server in Advanced settings.
44

55
<Arcade src="https://demo.arcade.software/nGmhHgytddwjdFCedz9R?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="SmythOS | Serverless Code"/>
66

docs/agent-studio/components/tools/web-scrape.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Web Scrape Component enables you to extract content from webpages, whether you're targeting a single page or multiple pages.
44

5-
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](account_management/modelRates).
5+
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](../../../account-management/model-rates).
66
77
<Arcade src="https://demo.arcade.software/CGogKgUeHYFSff4xVZ1Z?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="WebScrape | SmythOS" />
88

docs/agent-studio/components/tools/web-search.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This component can perform web searches and present the results based on a given query.
44

5-
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](account_management/modelRates).
5+
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](../../../account-management/model-rates).
66
77
<Arcade src="https://demo.arcade.software/yGvNUREteuUqZ7ryFPAW?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="WebSearch | SmythOS" />
88

docs/agent-studio/integrations/list-of-studio-integrations/openapi-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🌐 OpenAPI
22

3-
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](account_management/modelRates), and the flexibility to bring your own model.
3+
> 📝 **Note:** We provide the model for you without any configuration required [Account Management - Model Rates](../../../account-management/model-rates), and the flexibility to bring your own model.
44
55
<Arcade src="https://demo.arcade.software/ePHO36pfzhkHqMLU0Khy?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="OpenAPI | SmythOS" />
66
---

0 commit comments

Comments
 (0)