{"id":21864081,"url":"https://github.com/load1n9/chat","last_synced_at":"2026-01-30T02:40:07.289Z","repository":{"id":264935014,"uuid":"865800925","full_name":"load1n9/chat","owner":"load1n9","description":"leverage llama3.2 and other large language models to generate responses to your questions locally with no installation","archived":false,"fork":false,"pushed_at":"2024-10-07T01:55:52.000Z","size":146,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T12:07:26.557Z","etag":null,"topics":["chatgpt","deno","gpt","huggingface","huggingface-transformers","javascript","large-language-models","llama","llama3","llama3-1","llama3-2","llm","transformer","typescript"],"latest_commit_sha":null,"homepage":"https://jsr.io/@loading/chat","language":"TypeScript","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/load1n9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-10-01T06:46:37.000Z","updated_at":"2025-02-08T13:44:16.000Z","dependencies_parsed_at":"2024-11-29T01:20:01.404Z","dependency_job_id":null,"html_url":"https://github.com/load1n9/chat","commit_stats":null,"previous_names":["load1n9/chat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/load1n9%2Fchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/load1n9%2Fchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/load1n9%2Fchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/load1n9%2Fchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/load1n9","download_url":"https://codeload.github.com/load1n9/chat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961048,"owners_count":21189990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chatgpt","deno","gpt","huggingface","huggingface-transformers","javascript","large-language-models","llama","llama3","llama3-1","llama3-2","llm","transformer","typescript"],"created_at":"2024-11-28T04:07:22.953Z","updated_at":"2026-01-30T02:40:02.266Z","avatar_url":"https://github.com/load1n9.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Chat](https://jsr.io/@loading/chat)\n\n![chat](./assets/chat.svg)\n\n## Simply run the following command and thats it\n\n```sh\ndeno run -A jsr:@loading/chat\n```\n\n## [Optional] create a `chat-config.toml` file in the active directory to configure the chat\n\n```toml\n\"$schema\" = 'https://jsr.io/@loading/chat/0.1.16/config-schema.json'\n\n[config]\nmodel = \"onnx-community/Llama-3.2-1B-Instruct\"\nsystem = [\n  \"You are an assistant designed to help with any questions the user might have.\"\n]\nmax_new_tokens = 128\nmax_length = 20\ntemperature = 1.0\ntop_p = 1.0\nrepetition_penalty = 1.2\n```\n\n## Run the server to kinda match a similar api to the openai chat api\n\n```sh\ndeno serve -A jsr:@loading/chat/server\n```\n\n### Try it out\n\n```sh\ncurl -X POST http://localhost:8000/v1/completions \\  -H \"Content-Type: application/json\" \\  -d '{    \"prompt\": \"Once upon a time\",    \"max_tokens\": 50,    \"temperature\": 0.7  }'\n```\n\n## (New) Code Companion\n\nWith the new code companion you can generate new projects and edit them and\nstuff\n\n```sh\ndeno run -A jsr:@loading/chat/companion\n```\n\ntype /help to get a list of commands\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file\nfor details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fload1n9%2Fchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fload1n9%2Fchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fload1n9%2Fchat/lists"}