- Issue created by @kevinquillen
- πΊπΈUnited States kevinquillen
A quick naive change I made was to replace any '/' in a model name with '+' so the URL didn't break, then rewriting the '+' back to '/' for the form and title method(s);
This works, even though Ollama models cannot be (at least this one) edited:
Either way, I think such a change is necessary to make these screens function or alternatively handling model_id in the route differently so it works for all cases.