Commit a5c2da3
fix/type-issue (#760)
Object literal may only specify known properties, and 'maxTokenCount' does not exist in type 'MaxTokensOptions'.ts(2353)
(property) maxTokenCount: number
It should be n:1000 instead of maxTokenCount
Signed-off-by: pr0grammerMahin <141026311+gitmahin@users.noreply.github.com>
Signed-off-by: Maxence Lecanu <maxence@escape.tech>
Co-authored-by: Maxence Lecanu <maxence@escape.tech>1 parent d214033 commit a5c2da3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
0 commit comments