akeru

所属分类:其他
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2024-04-08 13:23:21
上 传 者sh-1993
说明:  建立在去中心化人工智能之上的完全开源人工智能平台。
(A fully open source AI platform built on top of decentralized AI.)

文件列表:
.husky/
.vscode/
packages/
.DS_Store
bun.lockb
package.json
tsconfig.json

More experiments coming soon # Open Source Assistant API This project is an open-source alternative to OpenAI's Assistant API. It provides a powerful, flexible AI model for generating human-like text based on the input provided. ## Features - Natural language processing and generation - Can be used for creating applications like chatbots, content creators, and more - User permissions for thread creation, participation, and deletion ## Getting Started To get a local copy up and running, follow these steps: Akeru uses [Bun](https://bun.sh/) as its JavaScript runtime environment, replacing Node.js. Please ensure Bun is installed before you proceed. Additionally, Akeru employs [Elysia](https://elysiajs.com) as its web framework for constructing the backend server. 1. Clone the repository ``` git clone https://github.com/guibibeau/akeru.git ``` 2. Install the dependencies ``` bun install ``` 3. Start Elysia in development mode with auto-reload on code change ``` bun run dev ``` 4. Access endpoint documentation Access `/swagger` to view the endpoint documentation ## Contributing Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request ## Glossary For a list of terms and definitions used in this project, see the [Akeru Glossary](docs/GLOSSARY.md). ## License Distributed under the MIT License. See `LICENSE` for more information.

近期下载者

相关文件


收藏者