Skip to content

A Python AI (ollama) connected to Nostr

Notifications You must be signed in to change notification settings

jooray/nostr-ai-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nostr-ai-bot

A Python AI (ollama) connected to Nostr

Configure with environment variables:

OLLAMA_MODEL="dolphin-mixtral" \
PRIVATE_KEY="nsec..." python3 main.py

You can also set relays with RELAYS environment variable.

If you don't have private key, run python3 main.py and one will be created for you and printed. You can grab the nsec then and use it as private key.

About

A Python AI (ollama) connected to Nostr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 97.8%
  • Dockerfile 2.2%