πŸ’« Getting Started

Welcome to the API-Codegpt developer hub!

You'll find comprehensive guides and documentation to help you start working with CodeGPTas quickly as possible, as well as support if you get stuck. Let's jump right in!

✨ Manage and configure the agents
✨ Get Completions

Key concepts

πŸ€– Agents

Also known as a chatbot or bot, is a computer program that uses artificial intelligence (AI) to engage in conversations with users, understand their language, and provide relevant responses or perform tasks. These agents are used in various applications, from customer support to virtual assistants, and can operate in text or voice on different platforms.

πŸ—οΈ API Keys

An API key, short for Application Programming Interface key, is a unique code or token provided by an API (Application Programming Interface) provider. It serves as a way to authenticate and authorize access to the API's functionalities and data. API keys are typically used in web and software development to ensure that only authorized users or applications can interact with a specific API. We use mainly CodeGPT.

πŸ“š Cookbook

On this link, https://github.com/JudiniLabs/cookbook, you will find examples about how to use the API in both Jupyter Notebook and Streamlit. Don't forget to fork the repository, to not lose the news on JudiniLabs