saic
v0.19.0
Published
## Table of Contents - [Introduction](#introduction) - [Installation](#installation) - [Usage](#usage) - [Scripts](#scripts) - [License](#license)
Readme
Supaapps AI Companion
Table of Contents
Introduction
Supaapps AI Companion is a tool to boost developers productivity by converting user ideas into commands and actions and executing them on the system using the OpenAI API. It runs directly on the terminal.
IMPORTANT NOTICE:
NO WARANRY
Can use substantial open ai tokens $$$ make sure to limit usage cost on your project.
Usage
You can start the project by using the following npm scripts:
App will detect SAIC_OPENAI_TOKEN env variable and use for openai communication.
Start using directly:
npx saicFor debug mode
npx saic --debugFor specific model (by default gpt-4o is used)
npx saic --model gpt-3.5-turbo--
Building the project
npm run buildDevelopment
To run the project in development mode, use:
npm run devStarting the project
To start the project, run:
npm startScripts
test: Runs tests for the project.build: Compiles the TypeScript files.dev: Runs the project in development mode with auto-reloading.start: Runs the compiled project.
License
This project is licensed under the MIT License.
Author
Supaapps GmbH
