55 configsyaml condivisi (#57)
* feat: make configs.yaml local and add configs.yaml.example template - Add configs.yaml.example with all available configurations - Add configs.yaml to .gitignore to prevent tracking local configs - Remove configs.yaml from git tracking with git rm --cached - Update README with separate sections for configs.yaml and .env - Maintain consistent naming convention with .env.example * Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Remove gemini-2.0-pro from configs.yaml.example Removed Gemini Pro model from configs example --------- Co-authored-by: Simone Garau <20005068@studenti.uniupo.it> Co-authored-by: Giacomo Bertolazzi <31776951+Berack96@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit was merged in pull request #57.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -136,6 +136,9 @@ ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Local configurations
|
||||
configs.yaml
|
||||
|
||||
# Spyder project settings
|
||||
.spyderproject
|
||||
.spyproject
|
||||
|
||||
Reference in New Issue
Block a user