Skip to content

Commit b016279

Browse files
committed
verbiage
1 parent ce6326f commit b016279

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app/views/conversation/character_landing.html.erb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<div class="row">
22
<div class="col s12 m4">
3-
<%= image_tag @character.random_image_including_private, style: "width: 100%" %>
3+
<%= link_to @character do %>
4+
<%= image_tag @character.random_image_including_private, style: "width: 100%" %>
5+
<% end %>
46

57
<div class="card">
68
<div class="card-content">
@@ -19,14 +21,14 @@
1921
The fields will be used to create a conversational AI persona of
2022
your character. You can edit these fields before exporting if you want to change how your
2123
character talks. If your character is public, you can also share this page with others
22-
to let them talk to your character!
24+
to let them talk to your character, too!
2325
</p>
2426
<div>
2527
<%= link_to "Back to notebook page", @character %>
2628
</div>
2729
</div>
2830
<div class="col s12 m8">
29-
<%= form_tag export_character_path(@character.id), method: :post do |f| %>
31+
<%= form_tag export_character_path(@character.id), method: :post, target: '_blank' do |f| %>
3032

3133
<%= hidden_field_tag "name", @character.name %>
3234
<%= hidden_field_tag "avatar", @character.random_image_including_private %>
@@ -76,7 +78,7 @@
7678
<p>
7779
OpenCharacters uses this persona data with OpenAI's GPT models
7880
in a web app that runs entirely in your browser, rather than being hosted or stored on any server.
79-
This means that you will need a valid OpenAI key to use this feature.
81+
This means that you will need a valid OpenAI key to use OpenCharacters.
8082
</p>
8183
</div>
8284

0 commit comments

Comments
 (0)