bugfix
This commit is contained in:
parent
27f7dc087a
commit
24ae223886
@ -32,7 +32,7 @@ class LLMHandler:
|
|||||||
}
|
}
|
||||||
kw = DictObject(**kw)
|
kw = DictObject(**kw)
|
||||||
txt = ''
|
txt = ''
|
||||||
async for d in env.inference_generator(self, self.request, params_kw=kw):
|
async for d in env.inference_generator(self.request, params_kw=kw):
|
||||||
debug(f'{d=}, {type(d)=}')
|
debug(f'{d=}, {type(d)=}')
|
||||||
txt += d.content
|
txt += d.content
|
||||||
return txt
|
return txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user