Skip to content

Commit

Permalink
Merge pull request #151 from 2024-SummerBootcamp-Team/develop
Browse files Browse the repository at this point in the history
Main merge확인바람
  • Loading branch information
drghdtjr authored Jul 29, 2024
2 parents 5ce0c82 + 9d0dcdb commit 831c0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/character.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ class Character(Base):
prompt = Column(Text, nullable=False)
tts_id = Column(String(45), nullable=False)
image_url = Column(String(500), nullable=False)
description = Column(Text, nullable=False)
description = Column(String(100), nullable=False)

chats = relationship("Chat", back_populates="character")

0 comments on commit 831c0a6

Please sign in to comment.