Skip to content

Commit 6fabf3d

Browse files
set model in launch.json
1 parent 14cdcf9 commit 6fabf3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"SECRET_KEY": "supersecret",
1717
"SESSION_COOKIE_SECURE": "0",
1818
"OPENAI_BASE_URL": "http://localhost:8080/api/v1",
19-
"OPENAI_API_KEY": "secret"
19+
"OPENAI_API_KEY": "secret",
20+
"MODEL": "anthropic.claude-3-sonnet-20240229-v1:0"
2021
},
2122
"args": [
2223
"run",

0 commit comments

Comments
 (0)