My model in database using SQLAlchemy and Flask cannot save data. TypeError: personal_guide() got an unexpected keyword argument ‘content’
I am getting the response from a LLM called Moondream from Ollama. And there is nothing wrong with it because I tried to debug by print out its response, and it was fine. I believe that the problem lies in the database. I have two models in my database, one is “users” and the other is “personal_guide”. The “users” works fine with authentication (log in, sign up) but the personal_guide just cannot. It always gets unexpected keyword argument.