What command-line options are available in ChatPPT?

Question

Answers ( 1 )

    0
    2025-03-31T18:06:28+00:00

    ChatPPT offers several command-line options, including:
    - `-m {openai,ollama}`: Choose the AI model (OpenAI requires an API key, Ollama requires a server URL).
    - `-t TOPIC`: Input the PPT topic (e.g., "market analysis").
    - `-k API_KEY`: Provide the OpenAI API key.
    - `-u OLLAMA_URL`: Specify the Ollama server URL.
    - `-o OLLAMA_MODEL`: Choose the Ollama model name.
    - `-p PAGES`: Set the number of PPT pages.
    - `-l {cn,en}`: Choose the output language (cn for Chinese, en for English).

Leave an answer