Home

OpenAi - Introduction
- Details
- Written by: Frode Meek
- Category: Blog
- Hits: 170
So my first article, in my Joomla 4-surroundings, is about OpenAi and the use of the models given out by openai.com. This is a big topic and I thought I'd split it up into several articles/topics. This is not a scientific article in any way. It's just meant as "notes" or "my experience" in a straight forward language. It's like I said in "tomprat.meek.wf": it's my doodle-pages. My "paste"; remembrance-page< clipboard
As a start, I would say that what openai.com has come up with is certainly fun and interesting, and if used properly; useful. I was intrigued from the beginning when I logged in to their site and created an account. The first thing I did was to create a simple application called "Simple OpenAI example based on GPT3, text completions". It's written in C# - WPF, using Visual Studio, and does some basic stuff using their REST-API. There are other libraries written in different languages out there (and C#), but I wanted to start from the beginning and learn a little bit more than just write queries in a text-box. The name of the application is somewhat not true since I've expanded the functionality to more specialized functions as mentioned below.
Page 2 of 2