File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 ">
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 %>
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
You can’t perform that action at this time.
0 commit comments