Prompts.chat: คลังรวมข้อความพร้อมใช้งานสำหรับ AIPrompts.chat: An Open-source Prompt Library for AI
คลังข้อความพร้อมใช้งานสำหรับ AI ที่เปิดให้ผู้ใช้งานสามารถแบ่งปันและค้นพบคำสั่งต่างๆ ในแบบโอเพนซอร์ส
An open-source repository of prompts for AI where users can share and discover various prompts in a self-hostable setup.
ไว้ทำอะไร
Prompts.chat เป็นคลังข้อมูลโอเพนซอร์สที่รวมข้อความพร้อมใช้งานสำหรับโมเดล AI ต่างๆ อาทิเช่น ChatGPT, Claude, และอื่นๆ โดยเน้นให้ผู้ใช้สามารถแบ่งปันและค้นคว้าข้อมูล คอลเลคชั่นนี้ช่วยให้มีความเป็นส่วนตัวเนื่องจากสามารถเชื่อมโยงกับองค์กรของตนเองได้
ทำงานอย่างไร
Prompts.chat ประกอบด้วยโครงสร้างที่รองรับการใช้งาน AI หลายชนิด โดยใช้คอมโพเนนต์จาก Prisma สำหรับการจัดการข้อมูลฐาน SQL ผ่านการ migrate และ seed ข้อมูล มีการกำหนด scripts ต่างๆ เช่น การตั้งค่า, การทดสอบ และการติดตั้งเซิร์ฟเวอร์ ด้วยการใช้งานผ่าน Docker และ Next.js
โครงสร้างโค้ด
- src/content/book/{locale} — โฟลเดอร์เนื้อหาของหนังสือ
- prompts.csv — ไฟล์ข้อมูลำรปลุก
- docker/Dockerfile — ด็อกเกอร์ไฟล์สำหรับบิลด์และรันเซิร์ฟเวอร์
เริ่มใช้งาน
npx prompts.chat new my-prompt-library
cd my-prompt-library
เหมาะกับงานแบบไหน
- สร้างคลังคำสั่ง AI ส่วนตัวในองค์กร
- แบ่งปันและค้นหาคำสั่ง AI ที่เหมาะสม
ข้อควรรู้
- ไม่มีข้อมูลเกี่ยวกับลิขสิทธิ์ในใบอนุญาต
- มีการพึ่งพาบริการสารสนเทศจากบุคคลที่สาม
What it is for
Prompts.chat is an open-source prompt library catering to various AI models like ChatGPT and Claude. It allows users to share and explore prompts while offering self-hosting capabilities for enhanced privacy.
How it works
Prompts.chat functions by leveraging a system that supports various AI models, utilizing Prisma for SQL database management via migrations and seeding. It includes various scripts for setup, testing, and server deployment through Docker and Next.js.
Code structure
- src/content/book/{locale} — Book content folders per locale
- prompts.csv — Prompt data file
- docker/Dockerfile — Docker file for building and running the server
Getting started
npx prompts.chat new my-prompt-library
cd my-prompt-library
Good fit for
- Create a personal AI prompt library for an organization
- Share and discover suitable AI prompts
Things to know
- No specified licensing information regarding material usage
- Relies on third-party services for information
บทวิเคราะห์นี้สร้างจาก README และโค้ดของ repo โดย AI ของ Oneable — ตรวจสอบ license และเอกสารต้นทางก่อนนำไปใช้งานจริงThis breakdown was generated from the repository's README and code by Oneable's AI — check the license and upstream docs before using it in production.