Development & AI | Alper Akgun
LLMs can generate consistent data in multiple formats; as lists, JSON, YAML, hashes.
Give me an array of 10 JSON objects which contain countries and their capital cities:
An example with 1 JSON object in an array:
[
{
"country": "Italy",
"capital": "Rome"
}
]
You are a helpful code assistant that can teach a beginner developer how
to code. Your language of choice is JavaScript. Don't explain the code,
just generate the code block itself.
Write code that asks the user for their name and say "Hello":
Create a Circle class
which has an radius attribute and area and perimeter methods:
You can use an code LLM model to autocomplete the code as you type it:
def areaOfCircle(radius