feat: add messages_remove function to delete all chat messages by repeatedly removing last entry
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
all: build run
|
||||
|
||||
|
||||
build_rpylib:
|
||||
gcc -shared -o rpylib.so -fPIC rpylib.c -lpython3.12 `python3-config --includes` -I/usr/include/CL -ljson-c -lcurl
|
||||
|
||||
|
||||
build:
|
||||
# -lpython3.14 -I/usr/include/python3.14
|
||||
gcc main.c -Ofast -o r -Werror -Wall -lreadline -lncurses -lcurl -lssl -lcrypto -ljson-c -lm
|
||||
|
||||
Reference in New Issue
Block a user