Lumerin-protocol / Morpheus-Lumerin-Node

MIT License
3 stars 5 forks source link

Morpheus Lumerin Node

Simple-Overview The purpose of this software is to enable interaction with distributed, decentralized LLMs on the Morpheus network through a desktop chat experience.

  1. PreRequisites: Arbitrum Layer 2 Blockchain, Arbitrum MOR and Arbitrum ETH for staking and bidding
  2. Existing, Hosted AI model that is available for inference via the Morpheus network
  3. The proxy-router talks to and listens to the blockchain, routes prompts and inference between the providers’ models and the consumers that purchase and use the models
  4. Providers register their models via bids on the blockchain
  5. The consumer node is the “client” that will be purchasing bids from the blockchain, sending prompts via the proxy-router and receiving inference back from the provider’s models
  6. Consumers purchase the bid and stake MOR for their session time
  7. Once the bid has been purchased, prompt and inference (ChatGPT-like) can start

Components that are included in this repository are:

Tokens and Contract Information (update 11/15/2024)

MainNet: (MAIN Branch and MAIN-* Releases)

TestNet (DEV & STG Branches and TEST-* Releases)

Funds

Installation & Operation