Apoc problems (5.9.0 extended.jar for ml procedures)

I want to use Apoc 5.9.0 extended version
I am using Neo4j desktop (5.10 kernel version) and using dbms 5.9.0
I went to the folder ‘plugins’ and put th file 5.9.0 extended version jar
Also I changed the conf files

dbms.security.procedures.unrestricted=jwt.security., apoc., gds.*
dbm~~~.allowlist=apoc.*, gds. *

But if I use
dbms.procedures in cypher queries,
I have no procedures

And I wanted to use apoc.ml~~ for using Openai but, I only could use the default? things of apoc.
How could I solve this problem??:smiling_face_with_tear::smiling_face_with_tear:

++ Update
I made apoc.conf in my conf folders but it doesn't work. (same as before.)

  1. I put extended file in here

  2. I made apoc.conf
    image

I am not sure it matters, but you are missing asterisk in your configuration.

dbms.security.procedures.unrestricted=jwt.security.*,apoc.*,gds.*

I use the apoc and gds libraries and my 'allowlist' line is committed out.

Thanks but I put * it in the right place..

I updated my questions,,,
could you help mee