Dirk Petersen

Results 21 comments of Dirk Petersen

ah, i see that LibreChat from github already has librechat-dev:latest so no override required, not clear on the difference between these 2 though ``` api: image: ghcr.io/danny-avila/librechat-dev:latest api: image: ghcr.io/danny-avila/librechat-dev-api:latest...

I ran into the exact same thing on Python 3.10 (3.8 worked fine) , and used monkey patching in the sitecustomize.py to enable urllib ssl globally per ChatGPT recommendation: ```...

Yes, that would be nice and remove a lot of redundancy ..... Claude starts to become cumbersome if a single code file is longer than 400 lines and ChatGPT prefers...

Further testing shows that CHUNK_SIZE=5000 does not fully fix the issue, more testing needed, ChatGPT accepts this document but Claude says it is too big

Thanks @ScarFX I set RAG_USE_FULL_CONTEXT=false but the problem persists. ``` LibreChat-NGINX | 97.113.82.140 - - [28/Oct/2024:23:02:31 +0000] "POST /api/convos/gen_title HTTP/2.0" 200 54 "https://ochat1028b.aws.internetchen.de/c/77d89899-5729-42cf-84e8-d8a8a228ce78" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36...

I think this feature would be very useful for Slurm users In recent years there has been a big consolidation in HPC workload managers and Slurm is now on most...

I still think this would be very useful and is also really easy to implement

@Tishj , I just submitted PR https://github.com/duckdb/duckdb/pull/12978

@danny-avila , I wonder if this feature has a chance to make it into v0.7.5 final ?