{"id":17442795,"url":"https://github.com/ariya/tinker-chat","last_synced_at":"2025-04-15T01:43:54.332Z","repository":{"id":187689561,"uuid":"677254783","full_name":"ariya/tinker-chat","owner":"ariya","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-20T18:01:50.000Z","size":293,"stargazers_count":28,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-08T08:47:44.524Z","etag":null,"topics":["chatbot","generative-ai","gpt","llama","llama2","llm","mistral","nlp","openai"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":false,"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/ariya.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":"2023-08-11T05:45:26.000Z","updated_at":"2024-07-20T18:01:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2617392-3e18-47b6-8d36-8260486f8648","html_url":"https://github.com/ariya/tinker-chat","commit_stats":{"total_commits":36,"total_committers":2,"mean_commits":18.0,"dds":0.02777777777777779,"last_synced_commit":"2ead72e772b30344e01551d4a3acd4932dd4ad36"},"previous_names":["ariya/tinker-chat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariya%2Ftinker-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariya%2Ftinker-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariya%2Ftinker-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariya%2Ftinker-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ariya","download_url":"https://codeload.github.com/ariya/tinker-chat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991526,"owners_count":21194893,"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":["chatbot","generative-ai","gpt","llama","llama2","llm","mistral","nlp","openai"],"created_at":"2024-10-17T16:33:24.934Z","updated_at":"2025-04-15T01:43:54.315Z","avatar_url":"https://github.com/ariya.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tinker-chat\n\n![Screenshot](public/screenshot.png)\n\nThis chat app supports GPT from OpenAI or your own local LLM.\n\n### GPT from OpenAI\n\nTo use GPT from OpenAI, set the environment variable `OPENAI_API_KEY` to your [API key](https://platform.openai.com/account/api-keys).\n\n### Local LLM\n\nTo utilize [llama.cpp](https://github.com/ggerganov/llama.cpp) locally with its inference engine, first load a quantized model such as [Phi-3 Mini](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct-gguf), e.g.:\n```bash\n/path/to/llama.cpp/server -m Phi-3-mini-4k-instruct-q4.gguf\n```\n\nBefore launching the demo, set the environment variable `OPENAI_API_BASE`:\n```bash\nexport OPENAI_API_BASE=http://127.0.0.1:8080\n```\n\n## Demo\n\nWith [Node.js](https://nodejs.org) \u003e= v18:\n\n```\nnpm install\nnpm start\n```\n\nand open `localhost:5000` with a web browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariya%2Ftinker-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fariya%2Ftinker-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariya%2Ftinker-chat/lists"}