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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ Once installed, you can use GitHub Copilot models with the `llm` command:

```bash
# Chat with GitHub Copilot
llm -m github_copilot "Write a Python function that calculates the Fibonacci sequence."
llm -m github_copilot/model-name "Write a Python function that calculates the Fibonacci sequence."

# Specify options like length
llm -m github_copilot "Tell me a joke" -o max_tokens 100
llm -m github_copilot/model-name "Tell me a joke" -o max_tokens 100
```

## Options
Expand Down