feat: add temperature and top-k sampling with NumPy implementation and update gitignore to exclude requirements.txt from text file ignore pattern

This commit is contained in:
2025-09-23 23:50:23 -04:00
parent 46e6eb557f
commit 119bf8e40c
3 changed files with 183 additions and 1 deletions

3
.gitignore vendored
View File

@@ -216,4 +216,5 @@ __marimo__/
.streamlit/secrets.toml
# Data/Material that should not be synced
*.txt
*.txt
!requirements.txt