Skip to content
/ prssai Public

🤖 PRSS AI Companion & Autoblogger. Research & Create articles for PRSS Site Creator.

Notifications You must be signed in to change notification settings

prss-io/prssai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRSS AI Companion & Autoblogger. Research & Create articles for PRSS Site Creator.

📦 Setup

✳️ Usage in PRSS

The prssai features are included in PRSS version 1.9.0 and above. To enable it, visit the PRSS "Addons" page.

Batch generate articles (autoblogging)

Specify a number of topics for the AI to write about. Once complete, you will be able to review the returned text, discard entries, and transform the remaining texts to blog posts in one click.

Prompt

Ask the model anything. The model will have memory of the previous conversations and articles generated. To forget the history, prompt it with "erase history". The memory is stored locally in the prssai_redis container.

✴️ Usage in Terminal

To run the following commands, you must do so from the ./bin directory after setup.

article

Generates an article based on the parameters set in your ./app/.env file.

./article [topic of your article]

article2

This command can also load text files as reference. Path is relative to the container, so use the ./app/files directory for this feature.

article3

prompt

Ask any question to the model. Useful for asking follow-up questions about the article or revised sentences.

./prompt [your question]

articleb

shell

Enter the sh shell for the python container.

./shell

flushdb

Erases the model's memory about previous conversations and research.

./flushdb

start

Starts the docker containers (chrome, worker, redis).

./start

restart

Restarts the docker containers.

./restart

stop

Stops the docker containers.

./stop

uninstall

Uninstalls the docker containers.

./uninstall


About

🤖 PRSS AI Companion & Autoblogger. Research & Create articles for PRSS Site Creator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published