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