Skip to content

Commit ffedef4

Browse files
committed
[vLLM Snippet] Delete extra newline
1 parent 33e67a7 commit ffedef4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ const snippetLocalAI = (model: ModelData, filepath?: string): LocalAppSnippet[]
144144

145145
const snippetVllm = (model: ModelData): LocalAppSnippet[] => {
146146
const runCommand = [
147-
"",
148147
"# Call the server using curl:",
149148
`curl -X POST "http://localhost:8000/v1/chat/completions" \\ `,
150149
` -H "Content-Type: application/json" \\ `,

0 commit comments

Comments
 (0)