Skip to content

Commit 6a24e01

Browse files
committed
add launch option
1 parent 993bb38 commit 6a24e01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/launch.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
"args": ["-llm=replicate", "give me some python code to classify images"],
1818
"envFile": "${workspaceFolder}/.env",
1919
},
20+
{
21+
"name": "🖥️ start anyscale 🖥️",
22+
"type": "go",
23+
"request": "launch",
24+
"program": "${workspaceFolder}/cmd/moki/moki.go",
25+
"args": ["-llm=anyscale", "give me some python code to classify images"],
26+
"envFile": "${workspaceFolder}/.env",
27+
},
2028
{
2129
"name": "🖥️ conversation 🖥️",
2230
"type": "go",

0 commit comments

Comments
 (0)