cali
cali
WWindmill
Created by cali on 7/8/2024 in #help
Configuring Custom AI Models: Beyond GPT-4 for Code Assistance
Is it possible to configure another provider and model to be the AI Code Copilot? For example: I would like to configure my openrouter.ai API Key and experiment with other models that may be cheaper and still efficient. GPT-4 is too expensive, and I would like to have options instead of it being GPT-4 or nothing.
5 replies
WWindmill
Created by cali on 6/29/2024 in #help
sleep (seconds) -> sleepUntil (specific date)
Is there a way to wait to execute something until a specific date without needing to calculate sleep in seconds or use cron? Something similar to what inngest does with sleepUntil (https://www.inngest.com/docs/reference/functions/step-sleep-until).
3 replies
WWindmill
Created by cali on 3/20/2024 in #help
AgGrid - rowGroup (columnDef)
I'm trying to define a column with
rowGroup: true
rowGroup: true
but it's not displaying grouped. I wanted to confirm that the property is being read in the component and if I can use any AgGrid column definition.
5 replies
WWindmill
Created by cali on 3/11/2024 in #help
Database Studio Table - Error
No description
6 replies
WWindmill
Created by cali on 9/4/2023 in #help
app like chatgpt
Is there a way for me to create something like a "chatgpt" within Windmill? I would like each internal person of a company who receives the app link to have a conversation with the chat (as if it were an interview), and this conversation would be saved as a respondent record in a database that I integrate.
3 replies
WWindmill
Created by cali on 9/3/2023 in #help
Importing cheerio
I'm trying to use cheerio, but I'm getting an error. 1. I use import * as cheerio from "cheerio"; 2. So when I try to use const $ = cheerio.load(body); 3. I'm getting the message: TypeError: cheerio.load is not a function. (In 'cheerio.load(body)', 'cheerio.load' is undefined) I'm probably doing something wrong, but what could it be?
4 replies
WWindmill
Created by cali on 8/30/2023 in #help
App unresponsive in edit mode + errors in console
No description
37 replies
WWindmill
Created by cali on 8/30/2023 in #help
Stepper: next or previous?
How to know in the Validations of the Stepper component, if the user clicked on Next or Previous button? There are things I want to validate only if the user is on the step X and clicked on Next, but not if s/he is on step X and clicked on Previous.
4 replies
WWindmill
Created by cali on 8/30/2023 in #help
Self-hosted: After rebooting my VPS server, I can no longer load Windmill
No description
3 replies
WWindmill
Created by cali on 8/30/2023 in #help
UI: Steps, Visibility, and Translate texts in components
No description
7 replies
WWindmill
Created by cali on 8/24/2023 in #help
Invalid requirements, expectd to find //bun.lockb split pattern in reqs
I am running a background runnable script connected to a list (grid). However, I am getting this error multiple times when running the app: The result keys are: error ExecutionErr: error during execution of the script: Invalid requirements, expectd to find //bun.lockb split pattern in reqs When I run the script manually, it seems to work fine.
73 replies
WWindmill
Created by cali on 8/22/2023 in #help
How to export a workspace from the free plan to import in a self-hosted version?
I just installed a version on my server and I would like to know if I can import a workspace that I had in the free version of Windmill there? If there is any documentation on exporting and importing, as well as how to synchronize the entire workspace with GitHub, I would be grateful if you could point me in the right direction.
13 replies
WWindmill
Created by cali on 8/22/2023 in #help
Is it allowed to embed windmill (self-hosted) in my products?
I have some public side projects, and I want to confirm if I can use embedded windmill (self-hosted) as an admin panel for users of these projects? Or, what would be the alternative? Thanks!
18 replies
WWindmill
Created by cali on 8/16/2023 in #help
I have reached the limit of my 1000 executions on the free plan: how to self-host on free services?
I started experimenting with Windmill on Saturday just to explore possibilities. And I was surprised by the power of the tool and very excited. So, I continued experimenting for a few hours per day from Saturday until yesterday, and my 1000 executions have run out. This made me think of self-hosting: but here I have several challenges. a) I don't have the technical knowledge for it. Is there any possibility of having "click and install" options available, without the need for additional technical configurations? b) Why don't I try running it on localhost: I don't have a powerful machine to run it locally (I use a Chromebook with penguin Linux to develop my products). c) I would love to know about any hosting service that is easy to host Windmill, with affordable prices (preferably with a free plan, not just a trial) and with a defined cap when I need a paid plan. There is a huge list of services that could possibly host Windmill (https://github.com/cloudcommunity/Cloud-Free-Tier-Comparison), but most of them do not have a completely free plan. Since I am from Brazil and the currency Real is devalued against the dollar, it would be great to have a free plan for my first experiments and even for certain side projects. It seems that the following services would have that. 1) Could someone please confirm if these plans would run Windmill? I do not have technical knowledge about Docker and Kubernetes to evaluate. 2) And assist me by providing a step-by-step guide on how to set up Windmill on any of them? Or any other free service. 🙏 Services: - render (Individual plan) - scaleway (Containers - Kubernetes Kapsule plan) - IBM Cloud (always free plan)
71 replies
WWindmill
Created by cali on 8/15/2023 in #help
List with pagination
Is there a simple way to create a paginated List? As far as I know, currently, it is possible to have a List (but without pagination) or a Table (but without the option to show like Cards instead of rows with columns). Thanks
25 replies