Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ollama/ollama-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.4
Choose a base ref
...
head repository: ollama/ollama-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.5
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Dec 8, 2024

  1. Configuration menu
    Copy the full SHA
    70dd0b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. fix: export Image model

    Allows construction of `Message(..., images=Image(value=...))` without having to import from `._types`
    akx committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    9057705 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #384 from akx/export-image-model

    fix: export Image model
    mxyng authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    4daf4af View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. examples: use type hinting generics in standard collections for struc…

    …tured outputs (#389)
    
    
    ---------
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    Co-authored-by: ParthSareen <[email protected]>
    fujitatomoya and ParthSareen authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    7d1e002 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. bugfix: fix passing Image type in messages for chat (#390)

    ---------
    
    Co-authored-by: Aarni Koskela <[email protected]>
    ParthSareen and akx authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    ee349ec View commit details
    Browse the repository at this point in the history
Loading
close