Skip to content

Commit

Permalink
Merge pull request #1855 from quadratichq/ayush/claude
Browse files Browse the repository at this point in the history
feat: add claude-3.5-sonnet to ai assistant in code editor
  • Loading branch information
davidkircos authored Sep 12, 2024
2 parents 88fd1cf + a9faf6e commit 2029614
Show file tree
Hide file tree
Showing 25 changed files with 930 additions and 295 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,8 @@
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
247 changes: 223 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"tsc": "^2.0.4",
"vitest": "^1.5.0",
"zod": "^3.22.4"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/jest": "^29.5.3",
Expand Down
1 change: 1 addition & 0 deletions quadratic-api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ AWS_S3_ACCESS_KEY_ID=test
AWS_S3_SECRET_ACCESS_KEY=test
AWS_S3_BUCKET_NAME=quadratic-api-docker

ANTHROPIC_API_KEY=
OPENAI_API_KEY=

SENTRY_DSN=
Expand Down
Loading

0 comments on commit 2029614

Please sign in to comment.