Commit 2ae8ac00 authored by dengjb's avatar dengjb
Browse files

update

parent b9b4eecf
...@@ -63,7 +63,7 @@ vllm serve /path/of/ByteDance/Seed-Coder-8B-Instruct/ \ ...@@ -63,7 +63,7 @@ vllm serve /path/of/ByteDance/Seed-Coder-8B-Instruct/ \
curl http://localhost:8000/v1/chat/completions \ curl http://localhost:8000/v1/chat/completions \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{ -d '{
"model": "minimax", "model": "seedcoder",
"messages": [ "messages": [
{ {
"role": "user", "role": "user",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment