Marc R Kellerman

Results 21 issues of Marc R Kellerman

#### Is your Enhancement request related to a problem? Please describe Would be nice to have a lastExecution status in the table, so you can see the status of the...

enhancement

Added a devcontainer for easy development in Visual Studio Code. I'm not a seasoned developer, so probably others have more to contribute, but i wanted to setup the framework for...

This is to add an api service to provide an api to llama.cpp using fastapi, and replicate openai endpoints for local testing. This is an additional to the devcontainer pr...

Here is the docker compose file i'm using to deploy chatbot-ui and llama-cli api: ``` version: '3.6' services: chatgpt: build: . # image: ghcr.io/mckaywrigley/chatbot-ui:main ports: - 9080:3000 environment: - 'OPENAI_API_KEY='...

### Description ### Motivation and Context ### Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds...

You may close this issue ;)

Would be nice to maybe pickup the sha of all the models in a folder (recursively), and auto-import all the models in the tool.

enhancement
future

I love this! Nice work! This allows me to quickly test my local models, and see how i want to configure them. Once i've confirmed (through the GUI) that everything...

I have found a different api that may offer more flexibility when it comes to api support and speed. Both should be evaluated and see which one is best for...