{"id":27425873,"url":"https://github.com/aicodecraft/angular-gpt","last_synced_at":"2025-04-14T12:29:23.879Z","repository":{"id":240430083,"uuid":"802610568","full_name":"AiCodeCraft/Angular-GPT","owner":"AiCodeCraft","description":"Angular-GPT is a minimal Angular application designed to interact with GPT-based models.","archived":false,"fork":false,"pushed_at":"2024-06-01T03:34:55.000Z","size":78,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T22:51:24.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AiCodeCraft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":["volkansah"],"patreon":["aicodecraft"],"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"custom":null}},"created_at":"2024-05-18T19:21:11.000Z","updated_at":"2024-06-25T00:16:44.000Z","dependencies_parsed_at":"2024-05-18T20:29:05.069Z","dependency_job_id":"3d8ea8ca-3859-43c6-b9a2-4c4a48d610a3","html_url":"https://github.com/AiCodeCraft/Angular-GPT","commit_stats":null,"previous_names":["volkansah/angular-gpt","aicodecraft/angular-gpt"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiCodeCraft%2FAngular-GPT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiCodeCraft%2FAngular-GPT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiCodeCraft%2FAngular-GPT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiCodeCraft%2FAngular-GPT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AiCodeCraft","download_url":"https://codeload.github.com/AiCodeCraft/Angular-GPT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248880911,"owners_count":21176756,"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":[],"created_at":"2025-04-14T12:29:23.067Z","updated_at":"2025-04-14T12:29:23.846Z","avatar_url":"https://github.com/AiCodeCraft.png","language":"TypeScript","readme":"# Angular-GPT\n\nAngular-GPT is a minimal Angular application designed to interact with GPT-based models. This application provides a simple interface to configure API settings, select models, and interact with the GPT models through a chat interface. \n\u003e [!IMPORTANT]\n\u003e It is only a test application and is intended to demonstrate functionality; it is not meant for production use.\n\n## Table of Contents\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [License](#license)\n\n## Features\n- Simple and intuitive chat interface to interact with GPT models.\n- Configurable API settings for easy integration with different GPT-based models.\n- Model selector to switch between different available models.\n\n## Installation\n\nTo run this project locally, follow these steps:\n\n1. **Clone the repository:**\n\n        git clone https://github.com/yourusername/Angular-GPT.git\n        cd Angular-GPT\n\n\n2. **Install the dependencies:**\n\n        npm install\n\n\n3. **Run the application:**\n\n        ng serve\n   \n Navigate to \\`http://localhost:4200/\\` in your web browser to see the application in action.\n\n## Usage\n\n1. **Configure API Settings:**\n    - Navigate to the API Settings component and enter your API key and endpoint.\n    \n2. **Select Model:**\n    - Use the Model Selector component to choose the GPT model you want to interact with.\n\n3. **Chat:**\n    - Use the Chat Box component to send messages and receive responses from the selected GPT model.\n\n## Project Structure\n\n\n        Angular-GPT/\n        │\n        ├── .github/\n        │   └── FUNDING.yml\n        │\n        ├── src/\n        │   ├── app/\n        │   │   ├── components/\n        │   │   │   ├── api-settings/\n        │   │   │   │   ├── api-settings.component.css\n        │   │   │   │   ├── api-settings.component.html\n        │   │   │   │   └── api-settings.component.ts\n        │   │   │   ├── chat-box/\n        │   │   │   │   ├── chat-box.component.css\n        │   │   │   │   ├── chat-box.component.html\n        │   │   │   │   └── chat-box.component.ts\n        │   │   │   ├── model-selector/\n        │   │   │   │   ├── model-selector.component.css\n        │   │   │   │   ├── model-selector.component.html\n        │   │   │   │   └── model-selector.component.ts\n        │   │   ├── services/\n        │   │   │   ├── api.service.ts\n        │   │   │   └── chat.service.ts\n        │   │   ├── app.component.css\n        │   │   ├── app.component.html\n        │   │   ├── app.component.ts\n        │   │   └── app.module.ts\n        │   └── assets/\n        │\n        ├── README.md\n        ├── package.json\n\n\n\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","funding_links":["https://github.com/sponsors/volkansah","https://patreon.com/[\"aicodecraft\"]"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faicodecraft%2Fangular-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faicodecraft%2Fangular-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faicodecraft%2Fangular-gpt/lists"}