Skip to content

Commit dff3e8a

Browse files
committed
Add instructions for authenticating with OpenAI
1 parent 8c2b40b commit dff3e8a

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ We recommend using OpenAI's GPT 5.4 + OpenCode so that your content doesn't soun
2323
- Sam will still work great with Claude Code.
2424

2525
### Setup
26-
1. Run the below commands to clone and this project and open it with your coding agent (it will assume the role of "SEO Guide".
27-
2. Say "hi" and the agent will talk you through onboarding
26+
1. Run the commands below to clone this project and open it with your coding agent. It will assume the role of "SEO Guide".
27+
2. Say "hi" and the agent will talk you through onboarding.
2828

2929
```
3030
# Clone the project
@@ -33,8 +33,12 @@ git clone https://github.com/every-app/sam
3333
# Switch to the directory
3434
cd sam
3535
36+
# If you're using OpenCode, authenticate with OpenAI if you want to use GPT 5.4
37+
opencode auth login
38+
3639
# Open the agent
3740
opencode
41+
3842
# Or, run `claude`
3943
```
4044

opencode.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://opencode.ai/config.json",
33
"default_agent": "seo-guide",
4+
"model": "openai/gpt-5.4",
45
"instructions": [
56
"MEMORY.md",
67
"context/user-notes.md"

0 commit comments

Comments
 (0)