Skip to content

Commit

Permalink
chore: improved gpu-ai example
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 5, 2024
1 parent 9209b09 commit 888adc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rental-model/advanced/gpu-ai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import chalk from "chalk";
console.log(
`Server Proxy listen at http://localhost:${PORT_ON_REQUESTOR}\n` +
"Now you can talk to the model, for example using the command:\n\n" +
chalk.inverse(
chalk.magenta(
`curl http://localhost:11434/v1/chat/completions -d '{ "model": "qwen2:0.5b", "messages": [ { "role": "user", "content": "What is Golem?" } ]}'\n`,
),
);
Expand Down

0 comments on commit 888adc0

Please sign in to comment.