tzachar / cmp-ai

MIT License
186 stars 33 forks source link

HF logic issue #18

Closed devvit closed 4 months ago

devvit commented 4 months ago

hf.lua line 50

if response.generated_text == nil then

should be

if response.generated_text ~= nil then
tzachar commented 4 months ago

10x