When entering the following query
SELECT * FROM mindsdb.chat_model WHERE question = "How far is the moon?", it results in the "Error: model creation not completed". The chat_model shows up in the models folder but the query is saying the model has not been completed.
@RiyanaD was the model done training,i.e in complete status? Can you share the syntax for your create model statement. Also share the results of DESCRIBE model_name please
Short description of current behavior
When entering the following query
SELECT * FROM mindsdb.chat_model WHERE question = "How far is the moon?"
, it results in the "Error: model creation not completed". The chat_model shows up in the models folder but the query is saying the model has not been completed.https://github.com/mindsdb/mindsdb/tree/main/mindsdb/integrations/handlers/litellm_handler
Video or screenshots
No response
Expected behavior
No response
How to reproduce the error
No response
Anything else?
No response