Skip to content

Tinkering with Ollama to test jailbreaking, prompt injection and replay with context popping functionality.

Notifications You must be signed in to change notification settings

one-harsh/ollama-tinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Some tinkering with Ollama

Pre-requisites

  • go-task
  • go-env
  • ollama
    • After installing ollama, run llama3 model
      ollama run llama3
      

Start a new session

task new

Export current session to a file

  1. Start a new session

    task new
    
  2. Continue your chat.

  3. Export the session during your chat with a quick command

    /export data/my_session.json
    

Load older session from exported file

task resume --file data/my_session.json

Review chat history from exported session

task history --file data/my_session.json

About

Tinkering with Ollama to test jailbreaking, prompt injection and replay with context popping functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages