{"id":28412496,"url":"https://github.com/KolosalAI/genta-chat","last_synced_at":"2025-06-24T12:31:34.208Z","repository":{"id":206366544,"uuid":"716418634","full_name":"KolosalAI/genta-chat","owner":"KolosalAI","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-06T08:10:43.000Z","size":139,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-21T18:57:18.943Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KolosalAI.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-11-09T05:04:29.000Z","updated_at":"2024-06-06T08:10:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c4cb29b-eb89-46f0-8c2d-333a454d7cc0","html_url":"https://github.com/KolosalAI/genta-chat","commit_stats":null,"previous_names":["genta-technology/gentachat","genta-technology/genta-chat","kolosalai/genta-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KolosalAI/genta-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KolosalAI%2Fgenta-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KolosalAI%2Fgenta-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KolosalAI%2Fgenta-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KolosalAI%2Fgenta-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KolosalAI","download_url":"https://codeload.github.com/KolosalAI/genta-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KolosalAI%2Fgenta-chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261675355,"owners_count":23192576,"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-06-02T22:20:37.807Z","updated_at":"2025-06-24T12:31:34.196Z","avatar_url":"https://github.com/KolosalAI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GentaChat\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![GNU License][license-shield]][license-url]\n\n\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Genta-Technology/GentaChat\"\u003e\n    \u003cimg src=\"genta_logo.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n  \u003c/a\u003e\n\n\u003ch3 align=\"center\"\u003eGentaChat\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n    An simple chat bot built specifically to demonstrate the usage and simplicity of GentaAPI and demonstrate our hosted LLM.\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/Genta-Technology/GentaChat\"\u003e\u003cstrong\u003eExplore the docs »\u003c/strong\u003e\u003c/a\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://gentachat.streamlit.app\"\u003eView Demo\u003c/a\u003e\n    ·\n    \u003ca href=\"https://github.com/Genta-Technology/GentaChat/issues\"\u003eReport Bug\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## About The Project\n\n[![Product Name Screen Shot][product-screenshot]](https://example.com)\n\nGentaChat is an simple and easy to use chatbot built specifically as a demonstrator for Genta Technology LLM API. Please check out our [website][Genta-url] for further information on our product and API system. This chatbot is design to be as simple as possible and for further tutorial please refer to our [youtube tutorial][Genta-youtube].\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n### Built With\n[![Streamlit][Streamlit]][Streamlit-url]\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\nMake sure you have `\u003e=python-3.8` installed on your machine. If you don't have it installed, you can download it [here](https://www.python.org/downloads/).\n\n### Installation\n\n1. Clone the repository\n   ```sh\n   git clone https://github.com/Genta-Technology/GentaChat.git\n   ```\n2. Install the dependencies\n   ```sh\n   pip install -r requirements.txt\n   ```\n3. Run the app\n   ```sh\n   streamlit run app.py\n   ```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- USAGE EXAMPLES --\u003e\n\n## Usage\n\nOnce you run the app, simply open the application on your favorite browser, fill the Genta API key with your Genta API token key, and choose the model you would like to try. Then, you can start using the app by filling the query input with your prompt and click the `Submit` button. Then, the app will respons from the model you select. You could also clear the chat if deem necessary with the `Clear chat` button\nFor the advanced version, you could tweak the temperature, maximum lenght, top p, and repetition penalty of the selected model (it's like OpenAI playground).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ROADMAP --\u003e\n\n\n\u003c!-- LICENSE --\u003e\n\n## License\n\nDistributed under the GPL-2.0 License. See `LICENSE.txt` for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- CONTACT --\u003e\n\n## Contact\n- Contact Support: [support@genta.tech](mailto:support@genta.tech)\n\n- Instagram: [genta_tech](https://www.instagram.com/genta_tech/)\n\n- Project Link: [GentaChat](https://github.com/Genta-Technology/GentaChat)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n[contributors-shield]: https://img.shields.io/github/contributors/Genta-Technology/GentaChat.svg?style=for-the-badge\n[contributors-url]: https://github.com/Genta-Technology/GentaChat/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/Genta-Technology/GentaChat.svg?style=for-the-badge\n[forks-url]: https://github.com/Genta-Technology/GentaChat/network/members\n[stars-shield]: https://img.shields.io/github/stars/Genta-Technology/GentaChat.svg?style=for-the-badge\n[stars-url]: https://github.com/Genta-Technology/GentaChat/stargazers\n[issues-shield]: https://img.shields.io/github/issues/Genta-Technology/GentaChat.svg?style=for-the-badge\n[issues-url]: https://github.com/Genta-Technology/GentaChat/issues\n[license-shield]: https://img.shields.io/github/license/Genta-Technology/GentaChat.svg?style=for-the-badge\n[license-url]: https://github.com/Genta-Technology/GentaChat/blob/master/LICENSE.txt\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[product-screenshot]: main.jpg\n[Streamlit]: https://img.shields.io/badge/Streamlit-FF4B4B?style=for-the-badge\u0026logo=streamlit\u0026logoColor=white\n[Streamlit-url]: https://streamlit.io/\n[Genta-url]: https://www.genta.tech\n[Genta-youtube]: https://www.youtube.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKolosalAI%2Fgenta-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKolosalAI%2Fgenta-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKolosalAI%2Fgenta-chat/lists"}