Aviad Moreshet

Results 15 comments of Aviad Moreshet

@gggordon Sails defined a way to add query parameters to the custom route via pipe '|'. Will your fork support that?? It'd be great.. Right now the module ignores it....

+1 May I ask how can you add query parameters to custom routes? Can I see an example?

The thing is I don't ant to auto save it, I haven't touched anything and it keeps popping up. On Wed, Aug 19, 2020 at 12:14 PM AnhPC03 wrote: >...

@AnhPC03 The thing is I don't want to auto save it, I haven't touched anything and it keeps popping up.

@end-me-please @luca-saggese I can't make it work. I am calling: ``` llama.load(config).then(() => { return llama.createCompletion({ nThreads: 4, nTokPredict: 2048, topK: 40, topP: 0.1, temp: 0.8, repeatPenalty: 1, prompt: instructions,...