mak

Results 9 issues of mak

I have modified the Dockerfile to be able to build the docker image on M1 (I can also create PR for that). Namely, I added these two steps to build...

Is it possible to provide additional properties to the Snackbar like: - `anchorOrigin` ex: `anchorOrigin={ vertical: 'bottom', horizontal: 'left' }` - add "X" button to close maually [snackbar API](https://mui.com/material-ui/api/snackbar/)

I have cloned the repo and just start `./BuildDockerImage.sh` (does not matter if executing with or without `sudo`). No matter which terminal I use (`zsh` or `fish` in my case)...

### Describe the bug The following `docker run` command starts the service, shows the available models but fails to run the completion: ``` docker run --rm -it -p 3000:3000 ghcr.io/bentoml/openllm...

Fix typo in docu: `name: Annoated[str, typer.Argument()]` -> `name: Annotated[str, typer.Argument()]`

python: python 3.10 OS: Win10 Related pip packages: ``` streamlit-elements 0.1.0 streamlit 1.9.0 ```

When doing a lot of requests to the same endpoint, it is probably helpful for runtime (and also is "cheaper" on OA server side, I guess) not to create a...

### Proposal It would be great to use non-OpenAI APIs. For example, in the real setting I can use Llama2 or even FlanT5, host it somewhere, expose API endpoint, set...

feature-request