Skip to content
Closed
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ AI assistants are transformational for programmers. However, ChatGPT 4 is also r

## Rust program
The Rust program can be built with `cargo build`. It expects an `OPENAI_API_KEY` and/or an `ANTHROPIC_API_KEY` environment variable. If both keys are provided, Anthropic is used. The Rust program can take two kinds of input, read from stdin:
1. Raw input
In this case, a System prompt is provided in the compiled code
2. Transcript
The Rust program also accepts a homegrown "transcript" format in which transcript sections are delineated by lines which look like this
1. **Raw input:** In this case, a System prompt is provided in the compiled code
2. **Transcript:** The Rust program also accepts a homegrown "transcript" format in which transcript sections are delineated by lines which look like this

```
===USER===
Expand Down