https://github.com/yashbit/llm_marketplace
Internet Computer - LLM Marketplace
https://github.com/yashbit/llm_marketplace
Last synced: 11 months ago
JSON representation
Internet Computer - LLM Marketplace
- Host: GitHub
- URL: https://github.com/yashbit/llm_marketplace
- Owner: YashBit
- License: mit
- Created: 2024-10-06T06:31:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T15:24:28.000Z (over 1 year ago)
- Last Synced: 2025-02-23T04:16:22.281Z (over 1 year ago)
- Language: JavaScript
- Size: 35.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
// Generate the files:
// Generate the .did files
npm run generate:did
dfx generate (bindings for js)
dfx start --clean
dfx deploy
npm run dev
// See the status of the canisters
dfx canister status CANISTER_NAME
// Add the correct principal id as the controller:
The principal changes.
dfx canister update-settings model_storage --add-controller b2vdk-tosio-iy34u-4kip4-aahs4-wrytj-s7skt-rtwdg-3a342-pub5b-nqe
dfx canister info model_storage
//
pkill -f dfx