Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

The code command starts a code assistant session optimized for programming tasks.

Usage

praisonai code [OPTIONS] [PROMPT]

Arguments

ArgumentDescription
PROMPTCode-related prompt or question

Options

OptionShortDescriptionDefault
--model-mLLM model to usegpt-4o-mini
--verbose-vVerbose outputfalse
--language-lProgramming language context

Examples

Start code assistant

praisonai code

Ask a coding question

praisonai code "Write a Python function to sort a list"

Specify language context

praisonai code --language python "Explain decorators"

See Also