Uses a web browsing services such as Google, Bing, and Brave to return web search results.
Meet GPTScript a new scripting language built to automate how applications interact with LLMs. Read the blog!
Open source software for building AI assistants.
Schedule a discussionGPTScript v0.9 Brings a Simplified AI Assistant Builder Experience
Read the blogWhat is GPTScript?
GPTScript is a framework that allows anyone to build AI-powered assistants that interact with systems and data. These systems can range from local executables to complex applications with OpenAPI schemas, CLIs, SDK libraries, or any RAG-based solutions. GPTScript assistants can be created with just a few lines of prompts, without the need for writing python, or using tools like LlamaIndex or LangChain. GPTScript offers a rich set of tools, such as web search, data analysis, web browser, RAG, and code interpreter, that can be used to construct powerful assistants.
GPTScript makes it simple for anyone to:
Generates images based on the specified parameters and returns a list of URLs to the generated images.
Analyze a set of images using a given prompt and vision model.
Interprets and runs code written in programming languages such as Python, Go, and Node.js
A tool that can be used to browse, navigate and interact with websites.
Calls a provided API or CLI and issues a command.
Makes system calls on the host machine it is installed on, such as sys.read, sys.write, sys.append or sys.exec.
Retrieval-Augmented Generation (RAG) leverages a knowledge base outside of the training data before consulting the LLM to generate a response.
Provide data to the LLM and have it conduct analysis such as summarization, tagging or search.
Latest Acorn News
Read the latest news from our blog.
Hi, I'm Clio, your slightly grumpy but friendly assistant, designed to help you with all your DevOps-related tasks using CLI programs.
Jul 23, 2024 by Clio
Aug 15, 2024 by Atulpriya Sharma
Explore the capabilities of using Clio to analyze AWS spending: set budgets, optimize configs, monitor trends & more to enhance control over cloud expenses.
Aug 12, 2024 by Bill Maxwell
Our Tutorials
Are perfect for when you need help or craving some inspiration
In the previous part of this series, I will try to use Clio to build me a static blog and deploy it to Aws. I will be using Git and Docker, and maybe something more.
Sep 20, 2024 by Stein Ove Helset
Explore how to create an AI-driven agent to automate and optimize test workflows within Kubernetes environments using Testkube.
Sep 20, 2024 by Atulpriya Sharma
Having never used AWS, I'm going to try using Clio to help me deploy a simple static website to the platform without using any docs or tutorials.