{"id":51763111,"url":"https://github.com/rafaelpierre/larry-ai","last_synced_at":"2026-07-19T16:04:23.038Z","repository":{"id":206854805,"uuid":"711521263","full_name":"rafaelpierre/larry-ai","owner":"rafaelpierre","description":"larry.ai: A Batteries Included ChatGPT Frontend Framework \u0026 HTTP Proxy","archived":false,"fork":false,"pushed_at":"2024-01-16T13:07:36.000Z","size":54169,"stargazers_count":8,"open_issues_count":7,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-01-16T20:00:17.144Z","etag":null,"topics":["chatbot-framework","chatbot-ui","chatgpt","chatgpt-bot","chatgpt-python","fastapi","llms","openai","openai-api","openai-chatgpt","python","react","reactjs"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafaelpierre.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}},"created_at":"2023-10-29T14:23:51.000Z","updated_at":"2024-01-15T22:31:38.000Z","dependencies_parsed_at":"2023-12-28T13:57:14.163Z","dependency_job_id":"50c04e94-25ac-4551-9c2f-b5f86f9493c7","html_url":"https://github.com/rafaelpierre/larry-ai","commit_stats":null,"previous_names":["rafaelpierre/larry","rafaelpierre/larry-ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafaelpierre/larry-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelpierre%2Flarry-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelpierre%2Flarry-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelpierre%2Flarry-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelpierre%2Flarry-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelpierre","download_url":"https://codeload.github.com/rafaelpierre/larry-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelpierre%2Flarry-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35657590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-19T02:00:06.923Z","response_time":112,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chatbot-framework","chatbot-ui","chatgpt","chatgpt-bot","chatgpt-python","fastapi","llms","openai","openai-api","openai-chatgpt","python","react","reactjs"],"created_at":"2026-07-19T16:04:18.212Z","updated_at":"2026-07-19T16:04:23.024Z","avatar_url":"https://github.com/rafaelpierre.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐦 larry.ai: A Batteries Included ChatGPT Frontend Framework \u0026 HTTP Proxy\n\n![version](https://img.shields.io/badge/version-0.0.1-red?style=for-the-badge) ![ChatGPT](https://img.shields.io/badge/chatGPT-74aa9c?style=for-the-badge\u0026logo=openai\u0026logoColor=white) ![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB) ![python](https://img.shields.io/badge/python-3.11-blue?style=for-the-badge) ![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge\u0026logo=fastapi) ![ruff](https://img.shields.io/badge/lint-ruff-gold?style=for-the-badge) ![build](https://img.shields.io/badge/build-passing-green?style=for-the-badge) ![coverage](https://img.shields.io/badge/coverage-92%25-green?style=for-the-badge)\n\n\u003chr /\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/rafaelpierre/larry/blob/main/img/larry.png?raw=true\" style=\"size: 50%\"/\u003e\u003c/p\u003e\n\n## 💪 Motivation\n\n* Currently there are some good options to expose your ChatGPT chatbot with a nice user interface, such as Gradio and Streamlit. However, customizing the look and feel of the UI for these frameworks is not that straightforward.\n* **larry.ai** was created with two main principles:\n   * *Ease of use*: just install it, configure your Open AI token, and *voila* - you have a sleak chatbot frontend\n   * *Flexibility*: want to use **larry.ai** as a simple (internal) proxy and communicate with it via your own frontend? You're welcome to do so via the exposed REST API endpoints.\n\n## 🐣 Getting Started\n### Installation\n```bash\npip install larry-ai\n```\n\n## 🏃‍♂️ Running\n\n* Make sure to properly set the environment variable containing your Open AI Token (`OPENAI_API_TOKEN`), and then:\n\n```bash\nlarry\n\nINFO:root:Starting Larry server...\nINFO:     Started server process [2856]\nINFO:     Waiting for application startup.\nINFO:     Application startup complete.\nINFO:     Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)\n```\n\n## 🕸️ Accessing Web UI \u0026 REST API\n\n* Just fire up your browser and head to https://localhost:8000.\n* The default/root endpoint (`/`) shows the ReactJS frontend, but other endpoints are also available:\n    * `/generate`: REST API endpoint that communicates with Open AI.\n    * `/docs`: [FastAPI Swagger UI](https://fastapi.tiangolo.com/features/#automatic-docs) documentation.\n\n## 📷 Screenshots\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/rafaelpierre/larry/blob/main/img/screenshot.png?raw=true\" /\u003e\u003c/p\u003e\n\n### 🛣️ Roadmap\n\nWe also have some exciting features in the roadmap, namely:\n* Ability to easily change color themes\n* Prompt Injection protection\n* Caching GPT API calls\n* Rate limiting\n* Authentication \u0026 Authorization\n* API Key Management\n\n### 🤝 Contributing\n\n* Have a cool idea? Feel free to create an issue and submit a PR!\n* You can have a look at the current issues [here](https://github.com/rafaelpierre/larry-ai/issues)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelpierre%2Flarry-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelpierre%2Flarry-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelpierre%2Flarry-ai/lists"}