Skip to content

Python SDK - Ollama fails #496

@WindowsNT

Description

@WindowsNT
    session_config = {
        "model": "deepseek-r1:8b",
        "streaming": True,
        "provider": {
            "type": "openai",
            "base_url": "http://localhost:11434/v1",
        },
    }

This code causes send_and_wait to wait indefinitely until python timeouts, although ollama is here and running and I can access it directly via the provided url.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions