Paul Dufour
Paul Dufour
"Does nginx -t also fail if you add pagespeed on; in a server{} block in /etc/nginx/nginx.conf?" ``` http { ... server { listen 80; keepalive_timeout 70; pagespeed on; } ......
still won't work in the location block though, right? anything i can do to help?
+1, working with React as well.
Ollama already has a OpenAI-compatible API, so all you have to do is change the env variable and create model aliases. Add to `backend/.env` ``` export OPENAI_BASE_URL="http://localhost:11434/v1" export OPENAI_API_KEY=fake-key ```...
@immmor see https://github.com/ollama/ollama/issues/7300
Any chance this can be merged?
@zucchini-nlp I've been testing your branch and there were a couple issues that I fixed in regards to using it with SFTTrainer: 1. https://github.com/huggingface/trl/pull/2311 2. https://github.com/huggingface/trl/pull/2310 These can be landed...