Skip to content

Latest commit

 

History

History
121 lines (64 loc) · 5 KB

CHANGELOG.md

File metadata and controls

121 lines (64 loc) · 5 KB

Changes

0.7.1 (2024-06-09)

Bug Fixes

  • Base the image on busybox (706c2fa)

0.7.0 (2024-06-09)

Features

  • Recognise model gemini-1.0-pro-vision (d042aec)
  • Support attaching images to generate and chat requests (a3d7f15)
  • Recognise the model multimodalembedding@001 (5c3aabe)

Bug Fixes

  • Use padded base64 for JWT parts (8d01c1c)
  • Do not log preflighting as an error (de96929)

0.6.0 (2024-06-05)

Features

  • Allow forcing either IPV4 or IPV6 network connections only (5c0a9e4)

Bug Fixes

  • Allow scope and auth_uri empty in the account file (54dbb29)

0.5.0 (2024-06-04)

Features

  • Add chat, generate and embeddings purposes to the model info (cbfe399)
  • Recognise model text-unicorn (8e83e7e)

Bug Fixes

  • Recognise names of all PalLM embedding models (b602248)

0.4.0 (2024-06-04)

Features

  • Support /api/tags for listing available models (fa5b1f0)
  • Support /api/show for inspecting model information (8a2c2bc)

Bug Fixes

  • Propagate error message from requests proxied to ollama (d2f59f1)

0.3.0 (2024-06-03)

Features

  • Allow forwarding requests to ollama for other than Vertex AI models (8078a19)

0.2.2 (2024-06-03)

Bug Fixes

  • Fix the message serlialisation in the chat response (77f2180)

0.2.1 (2024-06-02)

Bug Fixes

  • Allow methods specific for each handler for CORS (247f4c9)
  • Do not close response body before reading it (bb117c8)

0.2.0 (2024-06-02)

Features

  • Support CORS preflighting (OPTIONS) (0f1e6df)

Bug Fixes

  • Complete the CORS response headers (5dd0a35)

0.1.5 (2024-05-12)

Bug Fixes

  • Fix automated publishing (a6a9ee8)

0.1.4 (2024-05-12)

Bug Fixes

  • Fix automated publishing (b17448e)

0.1.3 (2024-05-12)

Bug Fixes

  • Fix automated publishing (c7830c3)

0.1.2 (2024-05-12)

Bug Fixes

  • Fix automated publishing (215c6ab)

0.1.1 (2024-05-12)

Bug Fixes

  • Fix automated publishing (a55e94d)

0.1.0 (2024-05-12)

Features

0.0.1 (2024-05-12)

Initial commit