github karlomikus/bar-assistant v5.13.0

7 hours ago

New

  • Added kanidm SSO provider
  • Added generative AI endpoints
    • Support is added via PrismPHP library. So you can use any provider supported by this library.
    • Added /generate/ingredient, used to complete ingredient data based on the name
    • Added /generate/cocktail-tags, used to suggest cocktail tags
    • Added /generate/cocktail-recipe-from-text, used to generate structured recipe output from raw text
    • Here's an example of env configuration:
      # To use with ollama:
      GEN_AI_PROVIDER=ollama
      GEN_AI_MODEL=ministral-3
      OLLAMA_URL= #Optional, will use http://localhost:11434 by default
      
      # To use with openai:
      GEN_AI_PROVIDER=openai
      GEN_AI_MODEL=gpt-4
      OPENAI_API_KEY=sk-proj-your-key
      OPENAI_ORGANIZATION= #Optional
      

Fixes

  • Correctly clean up old image when new one is uploaded

Changes

  • Removed feeds
  • Improved bar delete query plan
  • Updated default recipes data

New Contributors

Don't miss a new bar-assistant release

NewReleases is sending notifications on new releases.