LoopControl

Results 44 comments of LoopControl

> I have updated the webpack-boilerplate. @vinzenz-muser and @misaon: Can you try to fetch the newest version of the repository and then delete the `node_modules` folder and the `yarn.lock file`...

> @LoopControl What happens if you remove these lines in the `webpack.config.ts`? > > ```ts > { > test: require.resolve('Phaser'), > loader: 'expose-loader', > options: { exposes: { globalName: 'Phaser',...

Please merge this as it allows for headers like "User-agent" in CORS requests which allows for browser-based access to OLLAMA apis as mentioned here: https://github.com/ollama/ollama/issues/669

The OpenAI GPT / ChatGPT API uses POST to return an EventSource stream ( https://platform.openai.com/docs/api-reference/completions/create ). Not supporting POST on it makes this library useless for it. Please reconsider supporting...

Don’t bother. The author is too stubborn to implement this simple request while every AI and LLM company is using POST with SSE.

> I would understand this to mean that the author wants to maintain some kind of accepted standard (as EventSource is based upon), not that they're stubborn. Meanwhile, OpenAI and...

:+1: Would love to see DRY sampler get added here.

It might be better to split the QLora stuff from the Peft Lora adapter support. Qlora/4bit requires latest/git-master version of transformers, accelerate, and such (and I don't see that listed...

I'm also getting this no-slots-available error after a 15-20 minutes as well. I'm running Ollama directly on the Ubuntu host and parallel requests in ollama has been disabled to try...

Yep, was looking to move away from FF so came here only to see no .deb/Ubuntu package. Going to try Librewolf now since they have .debs Edit: Worked perfectly. For...