Gregory Mariani

Results 13 comments of Gregory Mariani

After some modifications, now the code is 403 for Basic auth and Bearer I've started investigations in oscarapi>permissions.py ```class RequestAllowsAccessTo(BasePermission): def has_object_permission(self, request, view, obj): import pdb pdb.set_trace() return request_allows_access_to(request,...

I get same issue to resume a chat via a Java IDE plugin (devoxx Genie). I've tried to debug by adding some logs in sse.py. No result yet ``` INFO:...

Hello, you can also find the doc [here](https://localai.io/backends/) if you want to build your own OCI backend image. Be careful if you expect to store your code online you could...

Could you explain more in details what kind of connector you expect between localAI and home assistant ? On localAI side we have already `/v1/audio/speech` and `/v1/audio/transcriptions` as endpoints and...

LocalAI provide these endpoints yes. And i read [here](https://github.com/roryeckel/wyoming_openai/blob/main/README.md): - `3. Deploying with LocalAI Local Service` - `piper: Fast, local neural text-to-speech system with multiple high-quality voices, available for local...

@kobe2sha have you tried with ``` HAYSTACK_CONNECTIONS = { 'default': { 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', 'PATH': location('whoosh_index'), 'INCLUDE_SPELLING': True, }, } ``` Does the sandox works well locally ?

Hard to recreate without more informations. First idea maybe rebuild the index of haystack or elasticsearch ? `python manage.py help`

Is it still pending ? I've created a test in TestSuccessfulOrderCreation(TestCase) and I can't reproduce: ``` def test_place_order_with_none_offer_discount(self): """ Test placing an order with a discount that has no associated...

Finally I've found the good test

@mudler Can i do something for `[TIMEDOUT] in [It] - /Users/runner/work/LocalAI/LocalAI/core/http/app_test.go:994 @ 11/22/25 22:28:28.921` in the apple CI ? Or the problem is on CI side ?