diff --git a/README.ja.md b/README.ja.md index 3fbb53e..2e80017 100644 --- a/README.ja.md +++ b/README.ja.md @@ -5,7 +5,7 @@
Awesome JEV ギャラリーを見る · 注目プロジェクト · - 全 100 プロジェクト · + 全 125 プロジェクト · JSON カタログ · English · 简体中文 @@ -31,7 +31,7 @@
Browse the live Awesome JEV gallery · Featured projects · - All 100 projects · + All 125 projects · JSON catalogue · 简体中文 · 日本語 @@ -31,7 +31,7 @@
Explore with filters and full descriptions →
-## All 100 projects +## All 125 projects - [Jev Ultrafast](https://github.com/browser-use/jev-ultrafast) · 9,549 stars - [LangChain · TypeSafe](https://github.com/langchain-ai/langchain) · 146,702 stars @@ -174,7 +174,31 @@ - [Pi JEV](https://github.com/y0usaf/pi-jev) · 70 stars - [Pi Warden](https://github.com/DevMortimer/pi-warden) · 67 stars - [Openjev](https://github.com/razorback16/openjev) · 50 stars - +- [Openwork](https://github.com/different-ai/openwork) · 23,660 stars +- [Eve](https://github.com/vercel/eve) · 5,278 stars +- [AI CLI](https://github.com/vercel-labs/ai-cli) · 807 stars +- [TypeSafe Skills](https://github.com/typesafe-ai/skills) · 880 stars +- [Awesome JEV by TypeSafe](https://github.com/Anil-matcha/awesome-jev-by-typesafe) · 661 stars +- [Smithers](https://github.com/smithersai/smithers) · 417 stars +- [Jev CU](https://github.com/Sac-Y/Jev-cu) · 406 stars +- [Splash](https://github.com/incoai/splash) · 381 stars +- [Awesome TypeSafe](https://github.com/AbdelStark/awesome-typesafe) · 369 stars +- [Awesome JEV (cobanov)](https://github.com/cobanov/awesome-jev) · 238 stars +- [OpenJEV SGLang](https://github.com/ekzhang/openjev-sglang) · 207 stars +- [Notra](https://github.com/usenotra/notra) · 192 stars +- [System One Adapter (Python)](https://github.com/typesafe-ai/system-one-adapter-python) · 184 stars +- [Awesome JEV (fatwang2)](https://github.com/fatwang2/awesome-jev) · 173 stars +- [Perch](https://github.com/lakeday-org/perch) · 162 stars +- [JEV Visual](https://github.com/hr98w/jev-visual) · 163 stars +- [Third Hand](https://github.com/shhivv/third-hand) · 147 stars +- [Compact Adviser](https://github.com/kunchenguid/compact-adviser) · 143 stars +- [Awesome JEV Projects](https://github.com/logicrw/awesome-jev-projects) · 168 stars +- [Hermes JEV Skills](https://github.com/kerpopule/hermes-jev-skills) · 136 stars +- [JEV Pruner](https://github.com/tamaratran/jev-pruner) · 119 stars +- [OpenJEV Verdict 2.0](https://github.com/Heman10x-NGU/openJev-verdict-2.0) · 119 stars +- [Building with JEV Skill](https://github.com/dbreunig/building-with-jev-skill) · 121 stars +- [Decider](https://github.com/Mapika/decider) · 107 stars +- [djev-spark](https://github.com/mmastrac/djev-spark) · 103 stars ## BeatAPI @@ -182,7 +206,7 @@ **[Create a BeatAPI key](https://beatapi.io/dashboard/apikeys)** · **[Contribute](./CONTRIBUTING.md)** -JEV is not claimed as a live BeatAPI endpoint until its model ID, pricing, and real response are verified. +JEV is live on BeatAPI: use the same BeatAPI key and USD balance to call `POST /v1/systemone` with model `jev-1.13`. --- diff --git a/README.zh-CN.md b/README.zh-CN.md index 70bbcd2..9aec1c5 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -5,7 +5,7 @@浏览 Awesome JEV 主站 Gallery · 精选项目 · - 全部 100 个项目 · + 全部 125 个项目 · JSON 目录 · English · 日本語 @@ -31,7 +31,7 @@
100<\/strong><\/td>/);
+ assert.match(localizedReadme, /| 125<\/strong><\/td>/);
+ assert.match(localizedReadme, /\/v1\/systemone/);
+ assert.match(localizedReadme, /jev-1\.13/);
}
for (const localizedReadme of [readme, chineseReadme, japaneseReadme]) {
assert.equal(
| |