Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elchico1990 authored Jun 6, 2024
1 parent baf2399 commit 17ceeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python pipeline.py --config config.cfg
Output of this will be `all_files_output.json`. We generate `test.json` from this to do in-context learning for [claude 3](https://www.anthropic.com/news/claude-3-family). We provide a sample `test.json` and a basic script to run claude 3. Users have to add claude 3 key as environment variable `ANTHROPIC_API_KEY`.
```bash
export ANTHROPIC_API_KEY=<your claude 3 key>
python captions_claude.py
python caption_claude.py
```
Please change [line 59](https://github.com/AMAAI-Lab/MidiCaps/blob/7266065a121e21029a1b83b3122c9a0b0e310204/caption_claude.py#L59) in `caption_claude.py` for your preferred location.

Expand Down

0 comments on commit 17ceeb7

Please sign in to comment.