KelKel is an AI-based assistant embedded in your Command Line Interface (CLI). It is designed to augment productivity by automating repetitive tasks and enhancing the overall efficiency of your CLI. Kel is equipped with multiple Languages for Learning Machines (LLMs) support including OpenAI, Anthropic, and Ollama, whilst also supporting OpenAI Assistants. It further allows users to engage in unique interactions such as 'chatting' with their artifacts by uploading their files to the assistant. Developers can personalize their assistant using their own API keys for OpenAI or Anthropic, a feature that might soon extend to other LLMs.
View Kel
What does this code doThe What does this code do? tool is designed to help users understand any piece of code they may not fully comprehend. Using the powerful GPT4 (Generative Pre-trained Transformer 4) algorithm, this tool allows users to paste their code into the editor and click Explain Code. GPT4 will then output a paragraph that explains what the code is doing. The example provided in the text demonstrates the process, where the code defines two arrays and finds the common values between them, returning the result as a set. The tool is available as a Visual Studio Code (vscode) extension and includes a library of other generated explanations. It was created by @thebuilderjr and is sponsored by beam analytics. It allows for quick understanding and can be used in conjunction with other tools and techniques to ensure the correct implementation of code.
View What does this code do