Ed Burnette
Ed Burnette
I'm trying to install and run jenkinsfile-runner for the first time but it fails with an exception. ### Version report Jenkins and plugins versions report: ``` 2.320 ``` - What...
Many common utilities like go and git can be installed in a dev container using this syntax in your devcontainer.json file: ``` "features": { "docker-from-docker": "latest", "git": "latest", "github-cli": "latest"...
I'd like to use blackbox from a docker container (namely a dev container in VSCode) but all the current ways to install it require extra steps. I can think of...
### Contact Details _Redacted_ ### What features would you like to see added? Support models served by Anyscale (https://app.endpoints.anyscale.com/). ### More details Anyscale supports a number of open source llms...
### Contact Details _Redacted_ ### What features would you like to see added? Note this is different from RAG and file upload. I just want it to work like Anthropic's...
## Summary Fix a few minor problems I noticed when I ran lint and tried the API tests. ## Change Type - [x] Bug fix (non-breaking change which fixes an...
### What features would you like to see added? I want to be able to share my chat with someone else by sending them a link. In ChatGPT, you can...
Several Microsoft-supplied side panel apps, such as Tools, Games, and Image Creator, do not display the URL underneath the app name when they are open. Please allow third-party apps to...
For self-hosted runners, I just need text inference, so I don't want it to load Mistral for fine-tuning or Sdxl for images. I tried setting: `RUNTIME_OLLAMA_WARMUP_MODELS=llama3:instruct` but it still loaded...
Currently the cog http server provides a REST interface with the "/predictions" endpoint. This is a request to provide OpenAI compatible endpoints. The goal would be to use a cog...