Updated data analysis to generate images to perform data analysis
This commit is contained in:
@@ -161,7 +161,7 @@ class Conversation(TimeInfoBase):
|
||||
|
||||
|
||||
class Prompt(TimeInfoBase):
|
||||
message = models.CharField(max_length=10 * 1024, help_text="The text for a prompt")
|
||||
message = models.CharField(max_length=100 * 1024, help_text="The text for a prompt")
|
||||
user_created = models.BooleanField(
|
||||
help_text="True if was created by the user. False if it was generate by the LLM"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user