Artur Zdolinski
Artur Zdolinski
@rashadphz My request is not directly releted to local ollama.. LiteLLM hosted locally in docker, allow you connect to multiple vendors (including ollama). It open for you support more then...
> Are you having this issue on other browsers as well? I checked that on 2 PCs and 3 browsers: chrome, brave, edge when i click play - i cant...
> testing on Linux and Firefox ok.. i connect from iOS/Safari and it is working fine.. So it looks like it dosnt work only under Windows clinet.
> Looks like skip ahead is not supported on Chromium based browsers (Windows or Linux). I have an affine setup that is working as expected on all browsers under Windows....
@sir3mat - yes... it should be possible... env like **PIPELINES_WORKERS** based on docs - https://github.com/defunkt/unicorn/blob/master/README _"unicorn can spawn and manage any number of worker processes you choose to scale to...
# New Environment Variables for `start.sh` 1. **`PIPELINES_ENV`** (string) - **Description**: Specifies the environment mode in which the application should run. It typically toggles between configurations optimized for development or...
@sir3mat Pipelines is a separate, dedicated container and project. The number of pipeline workers is a parameter set at the start of the pipelines container and needs to be predefined...
@nomarek my workaround: ```yaml - model_name: text-completion-mistral-open-codestral-mamba litellm_params: model: text-completion-codestral/open-codestral-mamba api_base: https://api.mistral.ai/v1/fim/completions api_key: os.environ/MISTRAL_API_KEY - model_name: text-completion-mistral-codestral-latest litellm_params: model: text-completion-codestral/codestral-latest api_base: https://api.mistral.ai/v1/fim/completions api_key: os.environ/MISTRAL_API_KEY ```
> @azdolinski I tried this out. It doesn't seem to work.   @devshahofficial This is just an example, and it appears to be functioning well for me. Instead of...
v0.36.0: ``` Adding AgentOps native support ``` try to add env AGENTOPS_API_KEY --or-- uninstall crewai[agentops] if you not using that.. for test - you can set even some dummy value...