{"id":22160533,"url":"https://github.com/rozek/node-red-flow-stablecode-completion-alpha-3b-4k","last_synced_at":"2026-02-13T13:01:23.234Z","repository":{"id":208766469,"uuid":"722439718","full_name":"rozek/node-red-flow-stablecode-completion-alpha-3b-4k","owner":"rozek","description":"Node-RED Flows for the StableCode-Completion-Alpha-3B-4K AI model","archived":false,"fork":false,"pushed_at":"2023-11-23T07:48:48.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T09:46:02.231Z","etag":null,"topics":["node-red","node-red-flow","stability-ai","stablecode"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rozek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-23T06:40:15.000Z","updated_at":"2023-11-23T06:57:33.000Z","dependencies_parsed_at":"2025-07-21T08:32:30.525Z","dependency_job_id":"9776f354-f3fc-4ab8-9429-5747845387bb","html_url":"https://github.com/rozek/node-red-flow-stablecode-completion-alpha-3b-4k","commit_stats":null,"previous_names":["rozek/node-red-flow-stablecode-completion-alpha-3b-4k"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rozek/node-red-flow-stablecode-completion-alpha-3b-4k","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozek%2Fnode-red-flow-stablecode-completion-alpha-3b-4k","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozek%2Fnode-red-flow-stablecode-completion-alpha-3b-4k/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozek%2Fnode-red-flow-stablecode-completion-alpha-3b-4k/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozek%2Fnode-red-flow-stablecode-completion-alpha-3b-4k/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rozek","download_url":"https://codeload.github.com/rozek/node-red-flow-stablecode-completion-alpha-3b-4k/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozek%2Fnode-red-flow-stablecode-completion-alpha-3b-4k/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29407016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node-red","node-red-flow","stability-ai","stablecode"],"created_at":"2024-12-02T04:08:33.296Z","updated_at":"2026-02-13T13:01:23.213Z","avatar_url":"https://github.com/rozek.png","language":null,"readme":"# node-red-flow-stablecode-completion-alpha-3b-4k #\n\nNode-RED Flows for the StableCode-Completion-Alpha-3B-4K AI model\n\nThis repository contains a function node for [Node-RED](https://nodered.org/) which can be used to run the [Stability AI](https://huggingface.co/stabilityai) [StableCode-Completion-Alpha-3B-4K model](https://huggingface.co/stabilityai/stablecode-completion-alpha-3b-4k) within a Node-RED flow. **Inference is done on the CPU** (without requiring any special harware) and still completes within a few seconds on a reasonably powerful computer.\n\n\u003e **Important: in contrast to my other flows for AI models, this one does not use llama.cpp but a similar program called [ggml](https://github.com/ggerganov/ggml)**\n\n![StableCode-Completion-Alpha-3B-4K Text Completion Flow](./StableCode-Completion-Alpha-3B-4K-Completion-Flow.png)\n\nAdditionally, this repo also contains a function node to tokenize a prompt - embeddings calculation based on this model is not yet supported.\n\nHaving the inference, tokenization and embedding calculation as a self-contained function node gives you the possibility to create your own user interface or even use it as part of an autonomous agent.\n\n\u003e Nota bene: these flows do not contain the actual model. You will have to download your own copy directly from [Huggingface](https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML) (use file [stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin](https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/blob/main/stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin)).\n\n\u003e Just a small note: if you like this work and plan to use it, consider \"starring\" this repository (you will find the \"Star\" button on the top right of this page), so that I know which of my repositories to take most care of.\n\n## Installation ##\n\nThis section shows you how to install Node.js, Node-RED, GGML and the flows from this repository - feel free to skip the steps for those components you already installed before.\n\n### Node.js ###\n\n\"_[Node.js](https://nodejs.org/en) is a cross-platform, open-source server environment that can run on Windows, Linux, Unix, macOS, and more. Node.js is a back-end JavaScript runtime environment, runs on the V8 JavaScript engine, and executes JavaScript code outside a web browser._\" (according to [Wikipedia](https://en.wikipedia.org/wiki/Node.js))\n\nStart by [installing Node.js](https://nodejs.org/en) as described on their web page.\n\n### Node-RED ###\n\n\"_[Node-RED](https://nodered.org/) is a flow-based, low-code development tool for visual programming developed originally by IBM..._\" (according to [Wikipedia](https://en.wikipedia.org/wiki/Node-RED)).\n\nIf not already done, install Node-RED as described on their \"[Get Started](https://nodered.org/#get-started)\" page.\n\n### GGML ###\n\n[GGML](https://github.com/ggerganov/ggml) is a \"Tensor library for machine learning\" written in C\n\nFrom all of the examples in that project, we only need GPT-NeoX. Install it as described in its [README](https://github.com/ggerganov/ggml/tree/master/examples/gpt-neox) file, but skip the conversion step - we will later download an already converted model instead:\n\n```\ngit clone https://github.com/ggerganov/ggml\ncd ggml\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake -j\n```\n\nAfterwards, copy the executable `./bin/gpt-neox` into the Node-RED \"User Directory\" (by default, this folder is located at `$HOME/.node-red`).\n\n### StableCode-Completion-Alpha-3B-4K Flows ###\n\nIf not already done, download the [8-bit quantization of the StableCode-Completion-Alpha-3B-4K model](https://huggingface.co/TheBloke/stablecode-completion-alpha-3b-4k-GGML/blob/main/stablecode-completion-alpha-3b-4k.ggmlv1.q8_0.bin) into the same folder that already contains your executables.\n\n\u003e Nota bene: right now, the flows from this repository support the given model file only - if you prefer another one, you may simply change the model file name in the function nodes for text completion, tokenization and embeddings calculation.\n\nNow import the desired nodes and flows - if you want them all, just import file [StableCode-Completion-Alpha-3B-4K-Flows.json](https://raw.githubusercontent.com/rozek/node-red-flow-stablecode-completion-alpha-3b-4k/master/StableCode-Completion-Alpha-3B-4K-Flows.json).\n\nIf you are new to Node-RED, [just follow the instructions from their docs](https://nodered.org/docs/user-guide/editor/workspace/import-export).\n\n## Configuration ##\n\nBy default, all StableCode-Completion-Alpha-3B-4K function nodes expect their executables (and the model itself) in the folder `$HOME/.node-red` (where `$HOME` is the user's home directory)\n\nIf you prefer to store everything in a different folder, simply edit the \"configure Settings\" node from [StableCode-Completion-Alpha-3B-4K-Flows.json](https://raw.githubusercontent.com/rozek/node-red-flow-stablecode-completion-alpha-3b-4k/master/StableCode-Completion-Alpha-3B-4K-Flows.json) and set `globals.UserDir` to the fully qualified path of the directory you chose.\n\n## Function Node Usage ##\n\nAll function nodes expect their parameters as properties of the msg object. The prompt itself (or the input text to tokenize or calculate embeddings from) is expected in `msg.payload` and will later be replaced by the function result.\n\nAll properties (except prompt or input text) are optional. If given, they should be strings (even if they contain numbers), this makes it simpler to extract them from an HTTP request.\n\n### Text Completion Node ###\n\nText completion supports the following properties:\n\n* `payload` - this is the actual prompt \n* `seed` - seed value for the internal pseudo random number generator (integer, default: -1, use random seed for \u003c= 0)\n* `threads` - number of threads to use during computation (integer ≧ 1, default: 4)\n* `context` - size of the prompt context (0...4096, default: 512)\n* `predict` - number of tokens to predict (integer ≧ -1, default: 128, -1 = infinity)\n* `topk` - top-k sampling limit (integer ≧ 1, default: 40)\n* `topp` - top-p sampling limit (0.0...1.0, default: 0.9)\n* `temperature` - temperature (0.0...2.0, default: 0.8)\n* `batches` - batch size for prompt processing (integer ≧ 1, default: 8)\n\n### Tokenization Node ###\n\nTokenization supports the following properties:\n\n* `payload` - this is the actual input text \n* `threads` - number of threads to use during computation (integer ≧ 1, default: 4)\n* `context` - size of the prompt context (0...4096, default: 512)\n\n## HTTP Endpoint Usage ##\n\nBesides the sole function nodes for\n\n* [text completion](https://raw.githubusercontent.com/rozek/node-red-flow-stablecode-completion-alpha-3b-4k/master/StableCode-Completion-Alpha-3B-4K-Completion-Function.json),\n* [tokenization](https://raw.githubusercontent.com/rozek/node-red-flow-stablecode-completion-alpha-3b-4k/master/StableCode-Completion-Alpha-3B-4K-Tokenization-Function.json) and\n\nthis repository also contains example flows which answer incoming HTTP requests. The prompt itself and any desired parameters have to be passed as query parameters, the result of the called function will then be returned in the body of the HTTP response.\n\nFor inferencing, the following parameters are supported (most of them will be copied into a `msg` property of the same name):\n\n* `prompt` - will be copied into `msg.payload`\n* `seed` - will be copied into `msg.seed`\n* `threads` - will be copied into `msg.threads`\n* `context` - will be copied into `msg.context`\n* `predict` - will be copied into `msg.predict`\n* `topk` - will be copied into `msg.topk`\n* `topp` - will be copied into `msg.topp`\n* `temperature` - will be copied into `msg.temperature`\n* `batches` - will be copied into `msg.batches`\n\nThe tokenization endpoint supports a subset of these parameters - as required by the respective function node.\n\n## Examples ##\n\nIf you have [cURL](https://curl.se/) installed (if not - but you want it - just [follow the instructions found in their docs](https://everything.curl.dev/get)) (and assuming that your Node-RED installation is listening at port 1880) you may use the following commands to \"smoke test\" the imported flows:\n\n### Text Completion ###\n\n```\ncurl \"http://127.0.0.1:1880/stablecode?prompt=reverse%20the%20order%20of%20elements%20in%20a%20JavaScript%20array\"\n```\n\n### Tokenization ###\n\n```\ncurl \"http://127.0.0.1:1880/stablecode-tokenization?prompt=reverse%20the%20order%20of%20elements%20in%20a%20JavaScript%20array\"\n```\n\n## License ##\n\n[MIT License](LICENSE.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozek%2Fnode-red-flow-stablecode-completion-alpha-3b-4k","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frozek%2Fnode-red-flow-stablecode-completion-alpha-3b-4k","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozek%2Fnode-red-flow-stablecode-completion-alpha-3b-4k/lists"}