Skip to content

Commit d403d20

Browse files
committed
Ignore AI config files for now
1 parent 8d4497e commit d403d20

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Session.vim
3131
*.swp
3232
.~lock*
3333
.vscode
34+
.cursor
35+
.claude
3436

3537
# Mac OSX
3638
.DS_Store

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, per [the Ke
1818
### Changed
1919

2020
- Text-to-speech audio generation now runs asynchronously via Action Scheduler, ensuring request timeouts aren't hit (props [@rahulsprajapati](https://github.com/rahulsprajapati), [@peterwilsoncc](https://github.com/peterwilsoncc), [@dkotter](https://github.com/dkotter) via [#1042](https://github.com/10up/classifai/pull/1042)).
21-
- Move the Ollama model dropdown setting out of the Provider configuration, making it easier to choose a model (props [@davidchandra](https://github.com/davidchandra), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#1031](https://github.com/10up/classifai/pull/1031)).
21+
- Move the Ollama model dropdown setting out of the Provider configuration, making it easier to choose a model (props [@turtlepod](https://github.com/turtlepod), [@jeffpaul](https://github.com/jeffpaul), [@iamdharmesh](https://github.com/iamdharmesh), [@dkotter](https://github.com/dkotter) via [#1031](https://github.com/10up/classifai/pull/1031)).
2222
- For filters that run when API requests are made, the Feature name, not the Feature option name is now passed as an argument. If you have code that relies on that argument, updates will be needed (props [@peterwilsoncc](https://github.com/peterwilsoncc), [@dkotter](https://github.com/dkotter) via [#1043](https://github.com/10up/classifai/pull/1043)).
2323
- Allow all settings to be saved, including credential fields, even if they are blank. This is mostly to support those using the new `classifai_provider_credentials` filters to override credentials (props [@peterwilsoncc](https://github.com/peterwilsoncc), [@dkotter](https://github.com/dkotter) via [#1048](https://github.com/10up/classifai/pull/1048)).
2424

0 commit comments

Comments
 (0)