Roger Meier
Roger Meier
@dblessing could you maybe review this? Would be a great addition to GitLab!
I've not seen this anymore and suggest to close this issue.
Could you provide some examples on how you use this? reference a URL, name, version, etc?
```sh $ python -m black --check . Skipping .ipynb files as Jupyter dependencies are not installed. You can fix this by running ``pip install "black[jupyter]"`` would reformat /home/roger/Work/litellm/litellm/integrations/langsmith.py would reformat...
thanks @krrishdholakia I will give that PR a try and report back
setting **text-completion-openai** within model definition did the trick, thanks @krrishdholakia ! ```yaml - model_name: starcoder2-3b litellm_params: api_base: https://vllm.example.com/v1 api_key: THIS_IS_UNUSED model: text-completion-openai/starcoder2-3b stream_timeout: 5 model_info: mode: completion metadata: > StarCoder2...
@jobisoft Would be cool if you could review this?
@chasegiunta It's just next to the model selection within the UI
I just saw the MR https://github.com/wazuh/wazuh-kubernetes/pull/726/files which introduces `4.9.0-alpha1` I think offering the `4.9.0-alpha1` images on Docker Hub would help to test already.
`.scanignore` is probably to generic, what about a `.licenseignore` ? Whis would be useful when we start to scan fossology with fossology to exclude folders such as `src/nomos/agent_tests/testdata`.