ArthurGprog commited on
Commit
548f955
1 Parent(s): 56767ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,4 +15,4 @@ Alternative to dan-kwiat/Codestral-22B-v0.1-hf-FIM-fix-awq
15
 
16
  *Tips for Code Completion*
17
 
18
- When using this model or any other Codestral-22B-v0.1 model for code completion in VSCode on Windows, make sure to use LF (Line Feed) instead of CRLF (Carriage Return Line Feed) for better results. This will prevent unrelated '\' characters from appearing in completions.
 
15
 
16
  *Tips for Code Completion*
17
 
18
+ When using this model or any other Codestral-22B-v0.1 model for code completion in VSCode on Windows, make sure to use LF (Line Feed) instead of CRLF (Carriage Return Line Feed) for better results. This will prevent unrelated '\\' characters from appearing in completions.