Skip to content

bots-garden/ollama-deepseek-coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ollama-deepseek-coder

curl http://localhost:11434/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
    "model": "deepseek-coder",
    "messages": [
        {
            "role": "system",
            "content": "You are a programming assistant."
        },
        {
            "role": "user",
            "content": "write me an hello world program in GoLang"
        }
    ],
    "stream": false
}' | jq

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published