Timar
Timar
Considering the API is compatible with OpenAI's all we need is another tab to not have to manually change urls and api keys. 
Thank you. Initially i just needed to remove the `margin-top: 8px;` but later wanted to add a `border` and more. So in the end i had to put another div...
This fixes it: `const {default: Replicate} = await import("https://cdn.jsdelivr.net/gh/nicholascelestin/replicate-js/replicate.js")` pull request: https://github.com/nicholascelestin/replicate-js/pull/30
Fixes #28
@cfjedimaster No the css usually comes seperately to avoid duplication.
This fixed iit for me ```js npx [email protected] add tabs ```
> > This fixed iit for me > > ```js > > npx [email protected] add tabs > > ``` > > how does this help with the `components` and `lib`...
> this bug is related to JS installations, not TS Definitely also exists in TS with [email protected]
With sdxl the behavior is the same. The naming is a little confusing in context of dreambooth. 1. Create a model inside your profile. example 'ccakmak60/dreambooths' 2. Now when you...
I asked AI to fix the component and now it works using v-model and arrays. ```ts import { type HTMLAttributes, computed } from "vue"; import type { CheckboxRootEmits, CheckboxRootProps }...