Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add claude 3 as free default #1280

Merged
merged 2 commits into from
Apr 3, 2024
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
21 changes: 12 additions & 9 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,16 +443,18 @@ To open the context menu:

1. Login to Cody Pro account
2. Create new chat
3. User is able to change default LLM
4. Change model to ChatGPT 4
5. Send message
3. Default model for new Pro users is Claude 3 Sonnet
- Default model for existing Pro users is their previously selected model
4. User is able to change default LLM
5. Change model to ChatGPT 4
6. Send message
> What model are you?
6. User should get the response that model is ChatGPT
7. Change account to different one and then back to your pro account
8. Open `What model are you?` chat from the history
9. Send again message
7. User should get the response that model is ChatGPT
8. Change account to different one and then back to your pro account
9. Open `What model are you?` chat from the history
10. Send again message
> What model are you?
10. User should again get the response that model is ChatGPT
11. User should again get the response that model is ChatGPT

#### Commands

Expand All @@ -465,7 +467,8 @@ To open the context menu:

1. Login to Cody Free account
2. Create new chat
3. User doesn't see model dropdown
3. User sees model dropdown, but non-default LLM is disabled
4. Default model is Claude 3 Sonnet

### Pro account after trial

Expand Down
Loading