victorserbu2709
victorserbu2709
It is possible to configure minio console to pass real client IP address in some headers when doing a request to minio api (eg. x-forwarded-for, x-real-ip)?
Hello. It doesn't work to specify models directly in serve config. But if you define args.models as a list of yaml filepath it works. Example: ``` (base) ray@raycluster-llm-head-rv27x:~/serve_configs$ cat meta-llama--Llama-2-7b-chat-hf-full.yaml...
### Preflight Checklist - [X] I could not find a solution in the documentation, the existing issues or discussions - [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Environment...
**Is your feature request related to a problem? Please describe.** I would like a simple method to import tool or tools from a langchain toolset **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** I would like to use vllm server with streaming support. they say that tools output is openai compatible, see: https://github.com/vercel/ai/issues/2231...
**Describe the Bug** I deployed self hosted version with docker compose. I tried to crawl a site. In client i receive error ``` api-1 | 2025-02-11 16:12:16 error [:]: Error...
nomad podman driver v0.6.1 When a container take a longer time to stop sometimes allocation exit code is 0 and other times is 137. ``` [root@nomadtesting test-image]# nomad job status...
### What is the problem you're trying to solve See https://docs.docker.com/compose/how-tos/dependent-images/#use-another-services-image-as-the-base-image I tried following example ``` services: base: image: base build: context: . dockerfile: Base.containerfile my-service: image: base build: context:...
configured statesman (https://github.com/diggerhq/digger/archive/refs/tags/v0.6.133.tar.gz) with oauth when i do terraform init i see ``` [root@develalma9 terraform-demo]# terraform init Initializing HCP Terraform... ╷ │ Error: Error refreshing state: error retrieving state: unauthorized...
hello. i configured statesman with oauth. i am logged in ``` [root@develalma9 digger]# taco whoami { "email": "[email protected]", "groups": null, "roles": null, "scopes": [ "api", "s3" ], "subject": "271844133709022871" }...