MyGit

v0.1.24

ollama/ollama

版本发布时间: 2024-02-08 11:02:10

ollama/ollama最新发布版本:v0.1.38(2024-05-15 08:28:00)

OpenAI API Compatibility

This release adds initial compatibility support for the OpenAI Chat Completions API.

curl http://localhost:11434/v1/chat/completions \
    -H "Content-Type: application/json" \
    -d '{
        "model": "llama2",
        "messages": [
            {
                "role": "system",
                "content": "You are a helpful assistant."
            },
            {
                "role": "user",
                "content": "Hello!"
            }
        ]
    }'

See the OpenAI compatibility docs for more information.

New Models

What's Changed

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.1.23...v0.1.24

相关地址:原始地址 下载(tar) 下载(zip)

1、 ollama-darwin 30.34MB

2、 Ollama-darwin.zip 167.78MB

3、 ollama-linux-amd64 271.19MB

4、 ollama-linux-arm64 259.33MB

查看:2024-02-08发行的版本