Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/content/docs/demos/04-llm-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Aside type="tip">
Expand Down
Loading