saic
v0.19.0
Published
## Table of Contents - [Introduction](#introduction) - [Installation](#installation) - [Usage](#usage) - [Scripts](#scripts) - [License](#license)
Downloads
38
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 saic
For debug mode
npx saic --debug
For specific model (by default gpt-4o
is used)
npx saic --model gpt-3.5-turbo
--
Building the project
npm run build
Development
To run the project in development mode, use:
npm run dev
Starting the project
To start the project, run:
npm start
Scripts
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