mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-16 16:31:30 +00:00
Typo, ignore list (#967)
Fix typo in javadoc, Add word to ignore list for codespellrc --------- Co-authored-by: felix <felix@zaslavskiy.net>
This commit is contained in:
parent
a9bea27537
commit
726dcbd43d
@ -1,3 +1,3 @@
|
||||
[codespell]
|
||||
ignore-words-list = blong, belong
|
||||
ignore-words-list = blong, belong, afterall
|
||||
skip = .git,*.pdf,*.svg,*.lock
|
||||
|
@ -108,7 +108,7 @@ public class LLModel implements AutoCloseable {
|
||||
}
|
||||
|
||||
/**
|
||||
* This may be set before any Model instance classe are instantiated to
|
||||
* This may be set before any Model instance classes are instantiated to
|
||||
* set where the model may be found. This may be needed if setting
|
||||
* library search path by standard means is not available.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user