-
Bug
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_405_STABLE
Currently the per action settings introduced by MDL-82609 only accept alphanumeric characters for the model name. This is a bit restrictive. For example: llama3.1:8b-instruct-q4 is valid for a model name but the colon etc aren't allowed.
This needs to be changed to something more permissive, but still safe.