Commit 24df70a
authored
fix: use "detect_language" instead of "auto" for lang detection enum value (#75)
To achieve consistency with integration_openai and integration_deepl's values.
And this should not break anything I suppose since in this app we don't validate the origin language.
The provider is unregistered and re-registered on upgrade so the new values should be picked up.
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>1 parent a317594 commit 24df70a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments