{"id":17258320,"url":"https://github.com/fmxexpress/ai-playground-desktopclient","last_synced_at":"2025-07-19T16:36:44.455Z","repository":{"id":153928768,"uuid":"631090263","full_name":"FMXExpress/AI-Playground-DesktopClient","owner":"FMXExpress","description":"Language Model playground to access StableLM, ChatGPT, and more.","archived":false,"fork":false,"pushed_at":"2023-07-07T15:09:26.000Z","size":6541,"stargazers_count":36,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-13T17:16:13.508Z","etag":null,"topics":["ai","chatgpt","delphi","desktop","desktop-app","gpt","gpt-4","language-model","linux","llama-7b","macos","object-pascal","openai","replicate","stablelm","vicuna-7b","windows"],"latest_commit_sha":null,"homepage":"https://www.fmxexpress.com/","language":"Pascal","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/FMXExpress.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-04-21T22:53:37.000Z","updated_at":"2025-02-04T00:34:24.000Z","dependencies_parsed_at":"2024-11-08T02:28:55.011Z","dependency_job_id":"bfda33f0-fcfb-41fb-a35c-eea661a79a5e","html_url":"https://github.com/FMXExpress/AI-Playground-DesktopClient","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FAI-Playground-DesktopClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FAI-Playground-DesktopClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FAI-Playground-DesktopClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FMXExpress%2FAI-Playground-DesktopClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FMXExpress","download_url":"https://codeload.github.com/FMXExpress/AI-Playground-DesktopClient/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248826816,"owners_count":21167757,"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":["ai","chatgpt","delphi","desktop","desktop-app","gpt","gpt-4","language-model","linux","llama-7b","macos","object-pascal","openai","replicate","stablelm","vicuna-7b","windows"],"created_at":"2024-10-15T07:20:02.003Z","updated_at":"2025-04-14T05:32:24.515Z","avatar_url":"https://github.com/FMXExpress.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Playground Desktop Client\nLanguage Model playground to access languages models like StableLM, ChatGPT, and more.\n\nLanguage Models supported:\n\n* stablelm-tuned-alpha-7b\n* llama-7b\n* flan-t5-xl\n* dolly-v2-12b\n* oasst-sft-1-pythia-12b\n* gpt-j-6b\n\n* gpt-4 - OpenAI\n* gpt-4-0314 - OpenAI\n* gpt-4-32k - OpenAI\n* gpt-4-32k-0314 - OpenAI\n* gpt-3.5-turbo - OpenAI\n* gpt-3.5-turbo-0301 - OpenAI\n* text-davinci-003 - OpenAI\n* text-davinci-002 - OpenAI\n* code-davinci-002 - OpenAI\n* text-curie-001 - OpenAI\n* text-babbage-001 - OpenAI\n* text-ada-001 - OpenAI\n* davinci - OpenAI\n* curie - OpenAI\n* babbage - OpenAI\n* ada - OpenAI\n* and more!\n\nCopy a FMX TLabel of a response directly from the client into the Delphi IDE!\n\nBuilt with [Delphi](https://www.embarcadero.com/products/delphi/) using the FireMonkey framework this client works on Windows, macOS, and Linux (and maybe Android+iOS) with a single codebase and single UI. At the moment it is specifically set up for Windows.\n\nIt features a REST integration with Replicate.com and OpenAI.com within the client. You need to sign up for an API key each service to access th functionality. Replicate models can be run in the cloud or locally via docker.\n\n```\ndocker run -d -p 5000:5000 --gpus=all r8.im/replicate/vicuna-13b@sha256:6282abe6a492de4145d7bb601023762212f9ddbbe78278bd6771c8b3b2f2a13b\ncurl http://localhost:5000/predictions -X POST -H \"Content-Type: application/json\" \\\n  -d '{\"input\": {\n    \"prompt\": \"...\",\n    \"max_length\": \"...\",\n    \"temperature\": \"...\",\n    \"top_p\": \"...\",\n    \"repetition_penalty\": \"...\",\n    \"seed\": \"...\",\n    \"debug\": \"...\"\n  }}'\n```\n\n# AI Playground Desktop client Screeshot on Windows\n![AI Playground Desktop client on Windows](/screenshot.jpg)\n\nRequires [Skia4Delphi](https://github.com/skia4delphi/skia4delphi) to compile.\n\nOther Delphi AI clients:\n\n[AI Code Translator](https://github.com/FMXExpress/AI-Code-Translator)\n\n[Stable Diffusion Desktop Client](https://github.com/FMXExpress/Stable-Diffusion-Desktop-Client)\n\n[Song Writer AI](https://github.com/FMXExpress/Song-Writer-AI)\n\n[Stable Diffusion Text To Image Prompts](https://github.com/FMXExpress/Stable-Diffusion-Text-To-Image-Prompts)\n\n[Generative AI Prompts](https://github.com/FMXExpress/Generative-AI-Prompts)\n\n[Dreambooth Desktop Client](https://github.com/FMXExpress/DreamBooth-Desktop-Client)\n\n[Text To Vector Desktop Client](https://github.com/FMXExpress/Text-To-Vector-Desktop-Client)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmxexpress%2Fai-playground-desktopclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffmxexpress%2Fai-playground-desktopclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffmxexpress%2Fai-playground-desktopclient/lists"}