Skip to content

Commit 993bb38

Browse files
committed
add test
1 parent e7fcc53 commit 993bb38

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.env
22
cmd/moki/moki
3+
moki.code-workspace

.vscode/launch.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
"args": ["-llm=replicate", "give me some python code to classify images"],
1818
"envFile": "${workspaceFolder}/.env",
1919
},
20-
{
21-
"name": "🖥️ help 🖥️",
22-
"type": "go",
23-
"request": "launch",
24-
"program": "${workspaceFolder}/cmd/moki/moki.go",
25-
"args": ["-h"],
26-
"envFile": "${workspaceFolder}/.env",
27-
},
2820
{
2921
"name": "🖥️ conversation 🖥️",
3022
"type": "go",
@@ -35,11 +27,11 @@
3527
"console": "integratedTerminal",
3628
},
3729
{
38-
"name": "🖥️ model request 🖥️",
30+
"name": "🖥️ replicate conversation 🖥️",
3931
"type": "go",
4032
"request": "launch",
4133
"program": "${workspaceFolder}/cmd/moki/moki.go",
42-
"args": ["-m" ,"m8x7b"],
34+
"args": ["-c", "-llm=replicate"],
4335
"envFile": "${workspaceFolder}/.env",
4436
"console": "integratedTerminal",
4537
},
@@ -57,6 +49,14 @@
5749
"type": "go",
5850
"request": "launch",
5951
"preLaunchTask": "run moki with stdin"
52+
},
53+
{
54+
"name": "🖥️ help 🖥️",
55+
"type": "go",
56+
"request": "launch",
57+
"program": "${workspaceFolder}/cmd/moki/moki.go",
58+
"args": ["-h"],
59+
"envFile": "${workspaceFolder}/.env",
6060
}
6161
]
6262
}

0 commit comments

Comments
 (0)