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
(editable because you created <%=@character.name%>)
48
+
</p>
49
+
<%end%>
50
+
</div>
46
51
47
-
<divclass="input-field">
48
-
<%=text_area_tag'scenario',nil,disabled: false,style: 'min-height: 100px',placeholder: "Is there a specific scenario/context you want to have this conversation in?",class: 'materialize-textarea'%>
<%=text_area_tag'scenario',nil,disabled: false,placeholder: "Is there a specific scenario/context you want to have this conversation in?",class: 'shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border-gray-300 rounded-md dark:bg-gray-900 dark:border-gray-600 dark:text-white min-h-[100px]'%>
57
+
</div>
58
+
</div>
51
59
52
-
<divclass="input-field">
53
-
<%=text_area_tag'char_greeting',@first_greeting,disabled: false,placeholder: "This will be the first thing your character says to you. It can be a simple greeting, or you can use it to set a specific topic, tone, or speaking style.",class: 'materialize-textarea'%>
54
-
<labelfor="char_greeting">First greeting from <%=@character.name%></label>
55
-
</div>
60
+
<div>
61
+
<labelfor="char_greeting" class="block text-sm font-medium text-gray-700 dark:text-gray-300">First greeting from <%=@character.name%></label>
62
+
<divclass="mt-1">
63
+
<%=text_area_tag'char_greeting',@first_greeting,disabled: false,placeholder: "This will be the first thing your character says to you. It can be a simple greeting, or you can use it to set a specific topic, tone, or speaking style.",class: 'shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border-gray-300 rounded-md dark:bg-gray-900 dark:border-gray-600 dark:text-white min-h-[100px]'%>
<%=text_area_tag'example_dialogue',nil,disabled: false,style: 'min-height: 100px',placeholder: "If you have any dialogue examples, quotes, or other phrases your character says, you can use this field to include them and adjust their speaking style closer to the examples. Write as little or as much as you'd like!",class: 'materialize-textarea'%>
69
-
<labelfor="example_dialogue">Optional: More dialogue examples</label>
81
+
<div>
82
+
<labelfor="example_dialogue" class="block text-sm font-medium text-gray-700 dark:text-gray-300">Optional: More dialogue examples</label>
83
+
<divclass="mt-1">
84
+
<%=text_area_tag'example_dialogue',nil,disabled: false,placeholder: "If you have any dialogue examples, quotes, or other phrases your character says, you can use this field to include them and adjust their speaking style closer to the examples. Write as little or as much as you'd like!",class: 'shadow-sm focus:ring-blue-500 focus:border-blue-500 block w-full sm:text-sm border-gray-300 rounded-md dark:bg-gray-900 dark:border-gray-600 dark:text-white min-h-[100px]'%>
85
+
</div>
86
+
</div>
87
+
</div>
88
+
</div>
70
89
</div>
71
-
</div>
72
90
73
-
<divclass="card-panel">
74
-
<divclass="center">
75
-
<strong>Note: An OpenAI API key is required by OpenCharacters</strong>
0 commit comments