|
|
|
|
|
by sdesol
303 days ago
|
|
LLMs (current implementation) are probabilistic so it really needs the actual code to predict the most likely next tokens. Now loading the whole code base can be a problem in itself, since other files may negatively affect the next token. |
|