Skip to content

Tags: FuzzAnything/PromptFuzz

Tags

v0.0.1

Toggle v0.0.1's commit message
v0.0.1: Add unify LLM support

v0.0.0

Toggle v0.0.0's commit message
Constrain the version of sqlite3 in its build script

In the recent version of sqlite3, the build command "make sqlite3.c" does not produce the "sqlite3.o" that PromptFuzz required anymore.

So I fix the version of sqlite3 to an early version in its build script.
If someone need to use the latest version of sqlite3, please modify the build script and generate the "sqlite3.o".