New
- Added generative AI support
- Currently available only as global application configuration via environment variables
- Added
AI_PROVIDER
env variable. Use it to setup AI provider- Supported values:
ollama
,lmstudio
- Currently only supports a few providers, more will be added in the future, although it will fallback to openai-compatibile API
- Supported values:
- Added
AI_HOST
env variable. Use it to setup AI host URL - Added
AI_MODEL
env variable. Use it to setup AI model - Added
AI_API_KEY
env variable. Use it to setup AI API key - AI enhancements are available on:
- Cocktail form page
- Ask to generate tags based on cocktail recipe
- Ingredient form page
- Fill in basic ingredient information based on name
- Cocktail form page
- Added bookmarklet generation
- You can now generate draft2 cocktail JSON from from any website using bookmarklet
- Added support for importing via raw HTML content
- Added support for
cocktails.import
personal access token scope