mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix url of happy project
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# hapi
|
||||
|
||||
HAPI means "哈皮," a Chinese transliteration of [Happy](https://github.com/anthropics/anthropic-cookbook/tree/main/misc/happy). Great credit to the original project.
|
||||
HAPI means "哈皮," a Chinese transliteration of [Happy](https://github.com/slopus/happy). Great credit to the original project.
|
||||
|
||||
Run Claude Code / Codex / Gemini sessions locally and control them remotely through a Web / PWA / Telegram Mini App.
|
||||
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ if (!binPath) {
|
||||
console.error(' - win32-x64');
|
||||
console.error('');
|
||||
console.error('You can download the binary manually from:');
|
||||
console.error(' https://github.com/anthropics/hapi/releases');
|
||||
console.error(' https://github.com/tiann/hapi/releases');
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Why Not Happy?
|
||||
|
||||
[Happy](https://github.com/anthropics/anthropic-cookbook/tree/main/misc/happy) is an excellent project. So why build HAPI?
|
||||
[Happy](https://github.com/slopus/happy) is an excellent project. So why build HAPI?
|
||||
|
||||
**The short answer**: Happy is designed for cloud hosting with multiple users. HAPI is designed for self-hosting with a single user. These different goals lead to fundamentally different architectures.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user