[feat] openrouter apis

This commit is contained in:
kwaroran
2023-07-21 17:41:48 +09:00
parent b0fa63a14b
commit 7d2860bf35
10 changed files with 51 additions and 18 deletions

View File

@@ -27,7 +27,7 @@
<label
class="flex items-center space-x-2 cursor-pointer text-white"
class:mr-2={margin}
aria-describedby="{name}"
aria-describedby="{name} {check ? 'abled' : 'disabled'}"
>
<input
class="hidden"

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { CCLicenseData } from "src/ts/copyright/license";
import { CCLicenseData } from "src/ts/creation/license";
import { tooltip } from "src/ts/gui/tooltip";
import { openURL } from "src/ts/storage/globalApi";

View File

@@ -85,7 +85,7 @@
import TextAreaInput from "../GUI/TextAreaInput.svelte";
import Button from "../GUI/Button.svelte";
import SelectInput from "../GUI/SelectInput.svelte";
import { CCLicenseData } from "src/ts/copyright/license";
import { CCLicenseData } from "src/ts/creation/license";
import OptionInput from "../GUI/OptionInput.svelte";
export let close = () => {}
export let char:character