I’m experimenting with using ChatGPT to write wikitext, as I see others are doing as well. Was wondering how this is progressing for folks. Are you finding it gets better over time, or still requires some correction and intervention?
Here is the lastest of my results (in wikitext).
I have gotten it to write json files nicely (though relatively brief), and to self-correct as noted in other threads when it has incorrect format. Here, I ask it to use the <$reveal> structure.
Any other successes or failures at this very basic level of one-tiddler-at-a-time approach?
Thanks,
//steve.
- “Tell me about some universities in Utica, NY”
- write that in wikitext
- write that so tiddlywiki will understand
- tiddlywiki writes links like
[[Mohawk Valley Community College|https://www.mvcc.edu/]]
. use that format to write this output - now, add a brief summary of each of the institutions, mentioning the number of students and number of faculty, for each. embed the summary inside a
<$reveal>
structure so that the reader would click on the name of the institution to reval the summary, and to find the link - here is the documentation on reveal:
<$button set="$:/state/SampleReveal1" setTo="show">Show me</$button>
<$button set="$:/state/SampleReveal1" setTo="hide">Hide me</$button>
<$reveal type="match" state="$:/state/SampleReveal1" text="show">
! This is the revealed content
And this is some text
</$reveal>.
please rewrite, noting that the tiddler needs buttons. label the buttons with tbhe name of the college
Here are the results of the sixth iteration, which are pretty good!
//steve.
! Chat with ChatGPT
''User:'' Tell me about some universities in Utica, NY.
''ChatGPT:'' Utica is home to several universities and colleges. Here are a few of them:
<$button set="$:/state/MVCC" setTo="show">Mohawk Valley Community College</$button>
<$reveal type="match" state="$:/state/MVCC" text="show">
Mohawk Valley Community College is a two-year public community college with approximately 6,500 students and 200 faculty members. The college offers over 90 degree and certificate programs.
More information: [[https://www.mvcc.edu/|Website]]
<$button set="$:/state/MVCC" setTo="hide">Hide</$button>
</$reveal>
<$button set="$:/state/UticaCollege" setTo="show">Utica College</$button>
<$reveal type="match" state="$:/state/UticaCollege" text="show">
Utica College is a private institution with approximately 3,500 undergraduate and graduate students and 280 faculty members. The college offers over 50 undergraduate majors, 30 graduate programs, and several online programs.
More information: [[https://www.utica.edu/|Website]]
<$button set="$:/state/UticaCollege" setTo="hide">Hide</$button>
</$reveal>
<$button set="$:/state/SUNYPoly" setTo="show">SUNY Polytechnic Institute</$button>
<$reveal type="match" state="$:/state/SUNYPoly" text="show">
SUNY Polytechnic Institute is a public research university with approximately 2,700 undergraduate and graduate students and over 300 faculty members. The university offers over 50 undergraduate and graduate programs in areas such as engineering, business, and computer science.
More information: ``link removed for talk.tiddlywiki.org``
<$button set="$:/state/SUNYPoly" setTo="hide">Hide</$button>
</$reveal>
<$button set="$:/state/HamiltonCollege" setTo="show">Hamilton College</$button>
<$reveal type="match" state="$:/state/HamiltonCollege" text="show">
Hamilton College is a private liberal arts college with approximately 1,900 students and 200 faculty members. The college offers over 50 areas of study, including majors, minors, and concentrations in the humanities, social sciences, and natural sciences.
More information: ``link removed for talk.tiddlywiki.org``
<$button set="$:/state/HamiltonCollege" setTo="hide">Hide</$button>
</$reveal>
<$button set="$:/state/ColgateUniversity" setTo="show">Colgate University</$button>
<$reveal type="match" state="$:/state/ColgateUniversity" text="show">
Colgate University is a private liberal arts college with approximately 3,000 students and 300 faculty members. The college offers over 55 majors and minors in fields such as the humanities, social sciences, natural sciences, and interdisciplinary programs.
More information: ``link removed for talk.tiddlywiki.org``
<$button set="$:/state/ColgateUniversity" setTo="hide">Hide</$button>
</$reveal>
Each of these institutions offers a unique educational experience, so be sure to do your research and find the one that best fits your needs and interests!