{"id":21031364,"url":"https://github.com/u-c4n/byte-terminal","last_synced_at":"2026-02-07T18:05:26.315Z","repository":{"id":252301838,"uuid":"840028249","full_name":"U-C4N/byte-terminal","owner":"U-C4N","description":"AI-powered interactive chat interface using Groq API. Features a terminal-like UI, local storage, and customizable commands. Ideal for developers exploring LLMs.","archived":false,"fork":false,"pushed_at":"2024-12-14T08:48:01.000Z","size":2974,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T00:22:59.206Z","etag":null,"topics":["ai","chatbot","genai","groq","rag"],"latest_commit_sha":null,"homepage":"https://www.uc4n.com","language":"JavaScript","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/U-C4N.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":"2024-08-08T20:23:50.000Z","updated_at":"2024-12-14T08:48:05.000Z","dependencies_parsed_at":"2024-08-08T22:51:36.933Z","dependency_job_id":"b0eff73f-918d-4cd1-845c-a30a128099fb","html_url":"https://github.com/U-C4N/byte-terminal","commit_stats":null,"previous_names":["u-c4n/byte-terminal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/U-C4N/byte-terminal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/U-C4N%2Fbyte-terminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/U-C4N%2Fbyte-terminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/U-C4N%2Fbyte-terminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/U-C4N%2Fbyte-terminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/U-C4N","download_url":"https://codeload.github.com/U-C4N/byte-terminal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/U-C4N%2Fbyte-terminal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29203068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T17:44:10.191Z","status":"ssl_error","status_checked_at":"2026-02-07T17:44:07.936Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","chatbot","genai","groq","rag"],"created_at":"2024-11-19T12:27:49.970Z","updated_at":"2026-02-07T18:05:26.298Z","avatar_url":"https://github.com/U-C4N.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Byte Terminal\n\nWelcome to Byte Terminal - Umutcan Edizaslan's Coder's Playground!\n\n![Byte Terminal Screenshot](Animation.gif)\n\n## Overview\n\nByte Terminal is an interactive web-based chat interface that allows users to communicate with AI models using the Groq API. It provides a sleek, terminal-like experience with customizable features, local storage capabilities, and now includes Retrieval-Augmented Generation (RAG) functionality for PDF documents.\nYou can try it at [https://uc4n.com](https://uc4n.com)\n\n## Features\n\n- **AI Chat Interface**: Interact with AI models through a user-friendly terminal-like interface.\n- **Groq API Integration**: Seamlessly connect with Groq's powerful AI models.\n- **Local Storage**: Save API keys, model preferences, and chat history locally in the browser.\n- **Customizable Commands**: Use built-in commands to manage your experience.\n- **Syntax Highlighting**: Enjoy color-coded outputs for better readability.\n- **Conversation Export**: Save your chat history as a JSON file.\n- **Text Formatting**: \n  - Model names are displayed in blue.\n  - AI responses are displayed in white.\n  - Text enclosed in double asterisks (`**like this**`) is displayed in blue and bold.\n- **PDF RAG**: Upload PDF documents (up to 15MB) and chat with their content using Retrieval-Augmented Generation.\n- **RAG History**: View a table of all uploaded PDF files with their details.\n\n## Usage\n\n### Setting Up\n\n1. Set your Groq API key:\n   ```\n   /groq your-api-key-here\n   ```\n\n2. Set your preferred model:\n   ```\n   /model model-name-here\n   ```\n\n### Commands\n\n- `/help`: Display available commands\n- `/groq \u003ckey\u003e`: Set the API key\n- `/model \u003cname\u003e`: Set the model name\n- `/deletea`: Delete the stored API key\n- `/deletem`: Delete the stored model name\n- `/clear`: Clear the terminal\n- `/save`: Save the conversation history as JSON\n- `/upload`: Upload a PDF file for RAG functionality\n- `/historyofrag`: Display a table of uploaded PDF files with their details\n\n### Chatting\n\nOnce you've set up your API key and model, simply type your message and press Enter to chat with the AI. \n\n### Using RAG with PDF Documents\n\n1. Type `/upload` in the terminal.\n2. Select a PDF file (up to 15MB) when prompted.\n3. Wait for the PDF to be processed. You'll see a confirmation message.\n4. Start asking questions about the PDF content. The AI will use the document information to provide more contextual and accurate answers.\n5. To view a history of all uploaded PDFs, use the `/historyofrag` command.\n\n**Note on Formatting**: If you want to emphasize part of your message, you can enclose it in double asterisks. For example, typing \"This is **important**\" will display \"important\" in blue and bold in the chat interface.\n\n## Customization\n\nYou can customize the appearance of Byte Terminal by modifying the CSS in the \u003cstyle\u003e section of index.html.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- Thanks to Groq for providing the AI API.\n- Special thanks to all contributors and users of Byte Terminal.\n\n## Author\n\n\u003cp align=\"left\"\u003e\n\u003cb\u003eUmutcan Edizaslan:\u003c/b\u003e\n\u003ca href=\"https://github.com/U-C4N\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/tandpfun/skill-icons/main/icons/Github-Dark.svg\" alt=\"TutTrue\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://x.com/UEdizaslan\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/tandpfun/skill-icons/main/icons/Twitter.svg\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://discord.gg/2Tutcj6u\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/tandpfun/skill-icons/main/icons/Discord.svg\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu-c4n%2Fbyte-terminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fu-c4n%2Fbyte-terminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fu-c4n%2Fbyte-terminal/lists"}