{"id":25916772,"url":"https://github.com/icarito/gtk_llm_chat","last_synced_at":"2025-03-03T13:18:10.240Z","repository":{"id":278647077,"uuid":"936317310","full_name":"icarito/gtk_llm_chat","owner":"icarito","description":"Una interfaz gráfica GTK para chatear con modelos de lenguaje (LLMs).","archived":false,"fork":false,"pushed_at":"2025-03-02T03:56:47.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T04:26:19.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icarito.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":"2025-02-20T22:09:39.000Z","updated_at":"2025-03-02T03:56:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c0e3d09-f886-434e-89c0-ccdd7acd2214","html_url":"https://github.com/icarito/gtk_llm_chat","commit_stats":null,"previous_names":["icarito/gtk_llm_chat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icarito%2Fgtk_llm_chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icarito%2Fgtk_llm_chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icarito%2Fgtk_llm_chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icarito%2Fgtk_llm_chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icarito","download_url":"https://codeload.github.com/icarito/gtk_llm_chat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241670158,"owners_count":20000327,"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-03-03T13:18:09.678Z","updated_at":"2025-03-03T13:18:10.231Z","avatar_url":"https://github.com/icarito.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GTK LLM Chat\n\nUna interfaz gráfica GTK para chatear con modelos de lenguaje (LLMs).\n\n## Características\n\n- Interfaz gráfica simple y fácil de usar construida con GTK\n- Soporte para múltiples conversaciones en ventanas independientes\n- Integración con python-llm para chat con diversos modelos de LLM\n- Interfaz moderna usando libadwaita\n- Soporte para streaming de respuestas en tiempo real\n- Historial de mensajes con desplazamiento automático\n- Atajos de teclado (Enter para enviar, Shift+Enter para nueva línea)\n- Soporte para cancelación de generación (Ctrl+C)\n\n## Instalación\n\n```\npipx install llm               # requerido por gtk-llm-chat\npipx install gtk-llm-chat\n```\n\n### Requisitos del Sistema\n\n- [llm](https://llm.datasette.io/en/stable/)\n- Python 3.8 o superior\n- GTK 4.0\n- libadwaita\n\nEn sistemas basados en Debian/Ubuntu:\n```\nsudo apt install python3-gi python3-gi-cairo gir1.2-gtk-4.0 libadwaita-1-0\n```\n\n## Uso\n\nEjecutar la aplicación:\n```\ngtk-llm-chat\n```\n\nCon argumentos opcionales:\n```\ngtk-llm-chat --cid ID_CONVERSACION  # Continuar una conversación específica\ngtk-llm-chat -s \"Prompt del sistema\"  # Establecer prompt del sistema\ngtk-llm-chat -m nombre_modelo  # Seleccionar modelo específico\ngtk-llm-chat -c  # Continuar última conversación\n```\n\n## Desarrollo\n\nPara configurar el entorno de desarrollo:\n```\ngit clone https://github.com/icarito/gtk-llm-chat.git\ncd gtk-llm-chat\npython -m venv venv\nsource venv/bin/activate  # En Windows: venv\\Scripts\\activate\npip install -e \".[dev]\"\n```\n\n## Licencia\n\nGPLv3 License - Ver archivo LICENSE para más detalles.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficarito%2Fgtk_llm_chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficarito%2Fgtk_llm_chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficarito%2Fgtk_llm_chat/lists"}