Commit Graph

1201 Commits

Author SHA1 Message Date
kwaroran
fbff876ba8 [ver] 1.57.0 2023-11-10 19:51:23 +09:00
kwaroran
733c8beeec [feat] gpt4 vision in list 2023-11-10 19:51:00 +09:00
kwaroran
da49cf05f6 [feat] inlay images 2023-11-10 19:49:16 +09:00
kwaroran
501167dd57 [feat] new oai handling 2023-11-10 17:51:41 +09:00
kwaroran
dff566485c remove console log 2023-11-09 20:51:37 +09:00
kwaroran
dfa0f1f121 [fix] worker safety 2023-11-09 20:51:04 +09:00
kwaroran
984475ff56 [fix] globalremover 2023-11-09 20:36:40 +09:00
kwaroran
d248c53192 [fix] romanizer fix 2023-11-09 20:11:04 +09:00
kwaroran
55ef73a06b [ver] 1.56.1 2023-11-09 20:06:49 +09:00
kwaroran
625f5d2973 [feat] romanizer 2023-11-09 20:05:48 +09:00
kwaroran
b023ee5f6b [feat] romanizer 2023-11-09 20:00:32 +09:00
kwaroran
153874de66 [ver] 1.56.0 2023-11-09 14:45:26 +09:00
kwaroran
d156e466fb [feat] language update 2023-11-09 14:45:00 +09:00
kwaroran
26f51e9615 [feat] protrait 2023-11-09 14:38:58 +09:00
kwaroran
858818923c [fix] depth prompt checking 2023-11-09 13:51:51 +09:00
kwaroran
1d5edf710d [feat] depth promp 2023-11-09 13:49:46 +09:00
kwaroran
d4fa526dab [example] additional notes 2023-11-09 13:14:58 +09:00
kwaroran
7534e1bc29 [example] update state limit 2023-11-09 13:12:48 +09:00
kwaroran
6a4dbfd30b [feat] add state limit 2023-11-09 13:11:44 +09:00
kwaroran
ff15cb0881 [feat] virtualscript export 2023-11-08 17:13:33 +09:00
kwaroran
52772a3a89 [fix] workerurl 2023-11-08 17:08:30 +09:00
kwaroran
da7b326b13 [ver] 1.55.0 2023-11-08 17:00:44 +09:00
kwaroran
1ede386510 [fix] switch in tts not breaking 2023-11-08 16:59:08 +09:00
kwaroran
67ed97f70b [feat] example in help 2023-11-08 16:58:30 +09:00
kwaroran
86b9fbbf68 [feat] examples 2023-11-08 16:56:54 +09:00
kwaroran
cd322a5b1f [fix] seed 2023-11-08 16:35:32 +09:00
kwaroran
406c2fc3c1 [feat] charajs apis 2023-11-08 16:33:53 +09:00
kwaroran
c31f3dffe6 [fix] seed 2023-11-08 14:52:50 +09:00
kwaroran
cc5b69a816 [feat] charjs 2023-11-08 14:51:38 +09:00
kwaroran
7ce83a5430 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2023-11-08 14:46:22 +09:00
kwaroran
e7ca31ff39 [feat] basic js run in character 2023-11-08 14:46:15 +09:00
kwaroran
c7663bb3dd fix VOICEVOX transelate (#256)
# PR Checklist
- [ ] Did you check if it works normally in all models? *ignore this
when it dosen't uses models*
- [v] Did you check if it works normally in all of web, local and node
hosted versions? if it dosen't, did you blocked it in those versions?
- [ ] Did you added a type def?

# Description

Fixed an error that caused VOICEVOX TTS to not output properly due to
translation errors.
2023-11-08 09:26:15 +09:00
kwaroran
23e0d5f6bc [ver] 1.54.0 2023-11-08 09:24:44 +09:00
drPpZero
74a4465b71 fix VOICEVOX transelate 2023-11-07 19:14:35 +09:00
kwaroran
952ed4b435 Merge branch 'main' of https://github.com/kwaroran/RisuAI 2023-11-07 05:24:43 +09:00
kwaroran
859db3ab2d [feat] oai seed 2023-11-07 05:21:56 +09:00
kwaroran
c5b4bf959a [feat] oai tts 2023-11-07 05:07:27 +09:00
kwaroran
715f9ed46b [feat] oai tts 2023-11-07 05:02:34 +09:00
kwaroran
08a4be0c5a Bump rustix from 0.37.21 to 0.37.26 in /src-tauri (#253)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.21
to 0.37.26.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dce2777622"><code>dce2777</code></a>
chore: Release rustix version 0.37.26</li>
<li><a
href="06dbe83c60"><code>06dbe83</code></a>
Fix <code>sendmsg_unix</code>'s address encoding. (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/885">#885</a>)
(<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/886">#886</a>)</li>
<li><a
href="00b84d6aac"><code>00b84d6</code></a>
chore: Release rustix version 0.37.25</li>
<li><a
href="cad15a7076"><code>cad15a7</code></a>
Fixes for <code>Dir</code> on macOS, FreeBSD, and WASI.</li>
<li><a
href="df3c3a192c"><code>df3c3a1</code></a>
Merge pull request from GHSA-c827-hfw6-qwvm</li>
<li><a
href="b78aeff1a2"><code>b78aeff</code></a>
chore: Release rustix version 0.37.24</li>
<li><a
href="c0c3f01d7c"><code>c0c3f01</code></a>
Add GNU/Hurd support (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/852">#852</a>)</li>
<li><a
href="f416b6b27b"><code>f416b6b</code></a>
Fix the <code>test_ttyname_ok</code> test when /dev/stdin is
inaccessable. (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/821">#821</a>)</li>
<li><a
href="aee5b0954e"><code>aee5b09</code></a>
Downgrade dependencies and disable tests to compile under Rust
1.48.</li>
<li><a
href="6d42c38311"><code>6d42c38</code></a>
Disable MIPS in CI. (<a
href="https://redirect.github.com/bytecodealliance/rustix/issues/793">#793</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bytecodealliance/rustix/compare/v0.37.21...v0.37.26">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustix&package-manager=cargo&previous-version=0.37.21&new-version=0.37.26)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/kwaroran/RisuAI/network/alerts).

</details>
2023-11-07 04:33:05 +09:00
kwaroran
5e3781845c [ver] 1.53.0 2023-11-07 04:31:36 +09:00
kwaroran
2ed9e1ec9a [feat] add gpt 1106 2023-11-07 04:27:06 +09:00
kwaroran
2aca62a162 [feat] ciperchat b64 2023-10-30 09:04:45 +09:00
kwaroran
c0a619abad [feat] chiperchat 2023-10-30 08:52:14 +09:00
dependabot[bot]
1a52f67dad Bump rustix from 0.37.21 to 0.37.26 in /src-tauri
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.21 to 0.37.26.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.21...v0.37.26)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 21:42:58 +00:00
kwaroran
111f9a847e [ver] 1.51.1 2023-10-26 06:23:27 +09:00
kwaroran
2f1134edc2 [fix] openrouter 2023-10-26 06:22:58 +09:00
kwaroran
3ba54cea67 [fix] use risu token only in proxy 2023-10-08 03:01:40 +09:00
kwaroran
dbf8051f89 [feat] aws accept json 2023-10-08 02:57:38 +09:00
kwaroran
980f9688c2 [feat] aws test 2023-10-08 02:56:18 +09:00
kwaroran
2cdd9d76ea [fix] addititonalinfo not working 2023-09-27 14:52:52 +09:00