saic
## Table of Contents - [Introduction](#introduction) - [Installation](#installation) - [Usage](#usage) - [Scripts](#scripts) - [License](#license)
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.
NO WARANRY
Can use substantial open ai tokens $$$ make sure to limit usage cost on your project.
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 saic
For debug mode
npx saic --debug
For specific model (by default gpt-4o
is used)
npx saic --model gpt-3.5-turbo
--
npm run build
To run the project in development mode, use:
npm run dev
To start the project, run:
npm start
-
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.
This project is licensed under the MIT License.
Supaapps GmbH