Skip to content

Commit 18393e6

Browse files
update launch.json
1 parent fe86609 commit 18393e6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.vscode/launch.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
"env": {
1414
"FLASK_APP": "app.py",
1515
"FLASK_DEBUG": "1",
16+
"FLASK_ENV": "development",
1617
"SECRET_KEY": "supersecret",
18+
"REDIS_URL": "redis://redis:6379/0",
1719
"SESSION_COOKIE_SECURE": "0",
18-
"OPENAI_BASE_URL": "http://localhost:8080/api/v1",
19-
"OPENAI_API_KEY": "secret",
20-
"MODEL": "anthropic.claude-3-sonnet-20240229-v1:0"
20+
"OPENAI_BASE_URL": "http://127.0.0.1:5051/api/v1",
21+
"OPENAI_API_KEY": "",
22+
"MODEL": "default"
2123
},
2224
"args": [
2325
"run",

0 commit comments

Comments
 (0)