Self

Results 13 comments of Self

Same problem for me, `streamToResponse` does not stream for me when I host an express app on Vercel - locally I get it working. A working example with express independent...

I had the same error on my Linux based system. I was able to fix it by making a small change in the run.py file: At the bottom it defines...

Same here, issue still persists on fresh install (calling multiple times in a loop).

Thanks this is really nice. I noticed it tends to ignore the context. Is there a recommended format to create context ?

> @BEpresent that is something I don't know of. we need some experimentations. @DanielWe2 the code has been updated I get something like this, when adding a context. I'm not...

Right, it seems to ignore the initial context, but seems to pick it up from the chat if mentioned

Thanks for sharing! Does this use the [chansung/alpaca-lora-30b](https://huggingface.co/chansung/alpaca-lora-30b) Lora ? Was this trained with the same provided Alpaca dataset ?

> @fredguth im getting this what could be the problem? ![image](https://user-images.githubusercontent.com/3959917/238106324-e3052eab-d56c-49cc-a0e5-3d0f9cc5b9d5.png) Have the same issue. * I have used the vercel adapter in svelte.config.js * added all .env variables In...

> > This might lead to a timeout of the serverless functions on the free Vercel tier. I notice that even locally the start is not instant but there is...

> @BEpresent I am having the same issue, did you get this to work? Unfortunately not, as mentioned my guess would be that the initial startup time causes a timeout...