Cedric Vidal
Cedric Vidal
## Expected Behaviour When deploying a function for the first time with `com.openfaas.scale.zero: true` and `faas-idler`'s `-dry-run` is `false`, I expect my function to be idled, ie scaled down to...
As a user stuck with Helios, I would like to use the JBehave Eclipse Plugin in Helios. Kind regards, Cédric
**Describe the bug** The JAR version is hardcoded to `0.3.0-SNAPSHOT` and doesn't reflect the actual version of the release. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://github.com/microsoft/NubesGen/releases/tag/v0.17.0...
Fixes #464 and #460
### What is the issue? On Linux, the `pull` and `run` commands use the `/usr/share/ollama/.ollama/models` models folder but `serve` uses the `OLLAMA_MODELS` env var which defaults to `~/.ollama/models` as per...
## Purpose Clarify what the roles the user needs to add are. ## Does this introduce a breaking change? When developers merge from main and run the server, azd up,...
**Is the feature request related to a problem?** PR #410 introduced a breaking change in the CLI arguments names: - `--embedding-model` was renamed to `--embedding_model` - `--completion-model` was renamed to...
Fixes #393 **Changes** - OpenAI and AzureOpenAI clients env vars can now be overriden with `COMPLETION_` prefixed env vars - OpenAI and AzureOpenAI Langchain embedding clients env vars can now...
The format of the answers of the fine tuned model makes it hard to read using an out of the box LLM dialog system: Question: how many states in the...
#381 added support to build Azure or OpenAI clients based on environment variables and can therefore be used to configure any OpenAI v1 compatible model, except in the case of...