Skip to content

Commit 92518b0

Browse files
committed
Removing all scale links
1 parent a208510 commit 92518b0

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -131,28 +131,3 @@ the environment.
131131

132132
This repository is setup with some pre-canned prompts for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) as well as [Cursor](https://cursor.com/).
133133

134-
### Cursor
135-
136-
Access to Cursor can be acquired by asking for it in #it-help. Then just loading this repo in the Cursor IDE should enable the prompts.
137-
138-
### Claude Code
139-
140-
### 1. Install Claude Code
141-
```bash
142-
npm install -g @anthropic-ai/claude-code
143-
```
144-
145-
### 2. Request a LiteLLM API Key
146-
Visit the [LiteLLM User Guide](https://scale.atlassian.net/wiki/spaces/EPD/pages/1490354189/LiteLLM+User+Guide#Requesting-LiteLLM-Key-for-Generic-Usage) to request your API key.
147-
148-
### 3. Set Environment Variables
149-
```bash
150-
export ANTHROPIC_AUTH_TOKEN=${LITELLM_PROXY_API_KEY}
151-
export ANTHROPIC_BASE_URL="https://litellm.ml-serving-internal.scale.com"
152-
```
153-
154-
### 4. Start Claude Code
155-
```bash
156-
claude
157-
```
158-
This should be run from inside the main repo directory. If you run the command from a terminal inside VSCode, then Claude will use the VSCode editor to show diffs etc.

0 commit comments

Comments
 (0)