scaleway/moshi-client-examples
TypeScript
Captured source
source ↗GH
Source ↗published Oct 18, 2024seen 5dcaptured 9hhttp 200method plain
scaleway/moshi-client-examples
Language: TypeScript
License: Apache-2.0
Stars: 1
Forks: 0
Open issues: 0
Created: 2024-10-18T13:03:05Z
Pushed: 2024-11-04T09:47:00Z
Default branch: main
Fork: no
Archived: no
README:
Moshi client examples
This repository contains multiple implementations of the Moshi client across different languages and configurations. Each folder includes either a non-UI (-no-ui) or a UI (-ui) version of the client.
Project Contents
- [node-no-ui](node-no-ui/README.md): Moshi client without a UI in Node.js (written in Typescript).
- [python-no-ui](python-no-ui/README.md): Moshi client without a UI in Python.
- [rust-no-ui](rust-no-ui/README.md): Moshi client without a UI in Rust.
- [rust-ui](rust-ui/README.md): Moshi client with a UI in Rust.
- [web-ui](web-ui/README.md): Moshi client with a web UI.
Quickstart
- Create a deployment of Moshi using Scaleway's Managed Inference service (see the documentation for further information);
- Create a model endpoint and get the deployment UUID to which the endpoint will be associated;
- (Optionnal) Create an IAM API key to secure your endpoint;
- Follow the instructions in the README of the client you want to use.
Notability
notability 1.0/10Routine examples repo with negligible traction