-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* I'm observing cases where we have a non empty suggested cell which ends up getting deleted. * It looks like this happens for one of two reasons * The model responses with an empty code block which doesn't get filtered out * We return a response with no blocks in it * We should filter these out. * This means we bias towards generating irrelvant suggestions rather than no suggestions. * Right now I think this is helpful because otherwise people might get confused and wonder whether Foyle is working. Here's the supporting notebook https://gist.github.com/jlewi/31857545ec62b36d2949ccd904918d53
- Loading branch information
Showing
2 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters