You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Here is the crash I mentioned in #488:
When a bad input is given to the "From name", it crashes (if it did not yet crash, try to click on "Manage Models" button in the top center)
An example of a bad input is:
deepseek-r1:1.5b
Note that the string includes the newline, which is what makes it crash. (I was copying online and copied the newline accidentally).
Expected behavior
The program to not crash
Screenshots
If applicable, add screenshots to help explain your problem.
Debugging information
I didn't test it today, but very probably the same as #488 since I crashed it to show the other issue.
Extra
I was looking through the code to try to help fix this, but I honestly can't find where is the function to process the user input there. If I have where it is I can help fix it if you want.
Describe the bug
Here is the crash I mentioned in #488:
When a bad input is given to the "From name", it crashes (if it did not yet crash, try to click on "Manage Models" button in the top center)
An example of a bad input is:
Note that the string includes the newline, which is what makes it crash. (I was copying online and copied the newline accidentally).
Expected behavior
The program to not crash
Screenshots
If applicable, add screenshots to help explain your problem.
Debugging information
I didn't test it today, but very probably the same as #488 since I crashed it to show the other issue.
Extra
I was looking through the code to try to help fix this, but I honestly can't find where is the function to process the user input there. If I have where it is I can help fix it if you want.
Edit: I think I found it? model_creator_accept function in window.py
The text was updated successfully, but these errors were encountered: