Hugobox

Results 24 comments of Hugobox

Hi! Any news if Asterisk will be integrating audiofork?

Hi! I'd like to add a little feature request, it would be nice if URLs in the citation sources would be clickable. Edit: For added context, we are using langchain...

It would be nice to be able to nickname models in the "Connections" settings, we have some OpenAI compatible models that we'd like to nickname but currently can't.

Thanks @justinh-rahb ! Works like a charm!

Hi! On semaphoreUI v2.10.43, clicking on the project restore button does a GET on http://server:port/api/project/restore which results in a 404 error. It should be /api/projects/restore (projects plural instead of singular).

Our current workaround is to modify by hand the json of exported projects by changing "survey_vars" key values to be JSON instead of stringified JSON and replacing nulls with empty...

I currently have 5.4Gb available on my laptop and node-red crashes, so that doesn't look like the culprit. I'll try to adjust the NodeJS heap size and report back. Thanks!

I initially had an http response but removed it to simplify the test flow even more and to ensure that there is no funny business with the http-in node having...

Also as a side note, even with the apiMaxLength: '10mb', I can send it files that are 60Mb but that's another story....