Denis Palnitsky

Results 13 issues of Denis Palnitsky

I would like to suggest serving Swagger UI from Fizz. In this PR I'm embedding [Swagger UI static files](https://github.com/swagger-api/swagger-ui/tree/master/dist) and adjusting `index.html` to use the Open API specification file name...

## Summary [Issue](https://github.com/danny-avila/LibreChat/issues/1660) Import conversation from Json (ChatGPT, Chatbot-ui and Librechat). Important design points: - Agenda is used as a job scheduler to process imports in asynchronous manner - the...

## Summary Adds optional Google Tag Manager integration. Discussion: https://github.com/danny-avila/LibreChat/discussions/2430 ## Change Type Please delete any irrelevant options. - [ ] Bug fix (non-breaking change which fixes an issue) -...

The goal of this PR is to remove the dependency on PV from Kubernetes mode. ## The approach Currently PV is used to share the files between Runner and Workflow...

## Prerequisites Have Actions Runners Controller with `AutoscalingRunnerSet` configured in [Kubernetes mode](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller#using-kubernetes-mode) ## Steps to reproduce 1. Create workflow ``` name: CI on: push: workflow_dispatch: jobs: build: container: image: ghcr.io/actions/actions-runner:latest...

Related to #13

Config structure that we need - [ ] mySql - [ ] oracle - [ ] sqlite - [ ] Microsoft sql - [ ] Cassandra - [ ] mongodb...

enhancement
good first issue