From 9914bfa151bc4383f600dd69947ea4fb77427cd0 Mon Sep 17 00:00:00 2001 From: woody_lin Date: Wed, 7 Jan 2026 11:02:52 +0800 Subject: [PATCH] docs: remove prerequisites section from LLM model demo for clarity --- src/content/docs/demos/04-llm-model.mdx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/content/docs/demos/04-llm-model.mdx b/src/content/docs/demos/04-llm-model.mdx index c487bc1..1330e5c 100644 --- a/src/content/docs/demos/04-llm-model.mdx +++ b/src/content/docs/demos/04-llm-model.mdx @@ -7,17 +7,6 @@ import { Steps, Aside, Tabs, TabItem } from '@astrojs/starlight/components'; This guide demonstrates how to deploy a Large Language Model (LLM) in your OtterScale cluster and test it using Python with OpenAI API integration. -## Prerequisites - -Ensure you have the following: - -- **Python 3.8+**: For running the test scripts -- **Python Libraries**: `requests` - -```bash -pip install requests -``` - ## Deploy LLM Model