Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

remove-citations.py

A small CLI tool used for removing unwanted citation in anykind of file. Most likely due to unwanted LLM behavior.

Example Usage

Example

## heading
this is it, finally MY groundbreaking invention: ! [cite: 18]

### something else, that shouldnt be removed!
[cite: ]

Usage

python3 remove-citations.py sample.md

Output

Commandline: Replaced a total of '1' occurence(s)!

## heading
this is it, finally MY groundbreaking invention: ! 

### something else, that shouldnt be removed!
[cite: ]

Supported Citations

Google Gemini

Ex: [Cite: 18]

About

A small CLI tool used for removing unwanted citation in anykind of file. Most likely due to unwanted LLM behavior.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages