Skip to content

Commit

Permalink
Remove wrong characters pressed in code
Browse files Browse the repository at this point in the history
  • Loading branch information
Wzixiao committed Oct 31, 2023
1 parent 8f2390c commit 161a4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/src/utils/bigcode-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Bigcode {

return stream ? streamData : response.json();
}
d

getPromptForCell = (cell: ICell): string => {
let cellPrompt = '';
switch (cell.type) {
Expand Down

0 comments on commit 161a4d2

Please sign in to comment.