chore: add sqlite3 link, increase prompt tokens, expand history path, and refine tool descriptions
This commit is contained in:
@@ -10,7 +10,7 @@ build:
|
||||
publish r
|
||||
|
||||
build_rpylib:
|
||||
$(CC) -shared -o rpylib.so -fPIC rpylib.c -lpython3.12 `python3-config --includes` -I/usr/include/CL -ljson-c -lcurl
|
||||
$(CC) -shared -o rpylib.so -fPIC rpylib.c -lpython3.12 `python3-config --includes` -I/usr/include/CL -ljson-c -lcurl -lsqlite3
|
||||
publish rpylib.so
|
||||
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user