Kai Liu
Kai Liu
Any news about deleting projects permanently? For us, this is a very wanted feature.
Environment ``` Version: 1.55.1 (user setup) Commit: 08a217c4d27a02a5bcde898fd7981bda5b49391b Date: 2021-04-07T15:06:02.360Z Electron: 11.3.0 Chrome: 87.0.4280.141 Node.js: 12.18.3 V8: 8.7.220.31-electron.0 OS: Windows_NT x64 10.0.18363 ``` With the markdown-pdf settings: ```json { "plantuml.render":...
I had the same question before. I figured it out by following the [Language Server Extension Guide](https://code.visualstudio.com/api/language-extensions/language-server-extension-guide#logging-support-for-language-server). Note that the `langId` must be equal to the first parameter of the...
I am encoutering the same problem. I am wondering whether there is a solution to this. In our application, we are using a lot of shared libraries. It is impossible...
Thanks a lot for trying this out. Yes, I tried the solution you provided and was able to load my azure gpt-4 model. What I added in `base_coder.py`: In the...
> Hi @tjroamer I want to know If I want to create separate sqlite database for each user how I can do that. With the current chainlit data layer, user-specific...
Will these users use the same chatbot based on the same server? If this is the case, you cannot send custom database url for each user, since the database url...
Just opened a PR to add a simple file-based SQLite data layer -> #832 No need to set up extra database. By default, the data is persisted in chainlit.db in...
Same problem here, would be good to have some advice how to solve.
Please see the exported DSL, which is really nothing special. I appended a json extension to the file to make it a supported format by github. [Test Chatflow.yml.json](https://github.com/user-attachments/files/18647949/Test.Chatflow.yml.json)