Add support for system message and updated readme

This commit is contained in:
akhisud3195 2025-01-15 16:03:22 +05:30
parent a22d54fd3c
commit 642b6dc91d
10 changed files with 62 additions and 28 deletions

View file

@ -16,6 +16,8 @@
# Ignore VSCode files
.vscode/*
**/.vscode/*
**/**/.vscode/*
# Environment files
.env
@ -30,4 +32,9 @@
**/**/*.out
*.log
**/*.log
**/**/*.log
**/**/*.log
# Ignore tmp.json files
**/*tmp.json
**/**/*tmp.json
**/**/**/*tmp.json