Timar

Results 36 comments of 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. ![{45D83373-F982-4CD4-BE53-BF85A8300F76}](https://github.com/user-attachments/assets/c6db84d0-3311-400a-a54c-9bac649a8d8d)

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

@cfjedimaster No the css usually comes seperately to avoid duplication.

> > 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 }...