mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-06 09:20:33 +00:00
commit
7580f3204c
64
README.md
64
README.md
@ -201,7 +201,8 @@ Join the <a href="https://discord.gg/kvmy6dQB"> Discord </a> and ask for help in
|
||||
|
||||
### Come up with an interesting idea for a new movie plot. Your plot should be described with a title and a summary.
|
||||
|
||||
>1. The title of your movie plot should be "The Last Stand". 2. The summary of your movie plot should be: A group of mercenaries are hired to protect a small town from a dangerous criminal who is on the run. However, the town's sheriff is not willing to let them take over and decides to take matters into his own hands.
|
||||
> 1. The title of your movie plot should be "The Last Stand".
|
||||
> 2. The summary of your movie plot should be: A group of mercenaries are hired to protect a small town from a dangerous criminal who is on the run. However, the town's sheriff is not willing to let them take over and decides to take matters into his own hands.
|
||||
|
||||
### Reverse a string in python.
|
||||
> In Python, you can reverse a list or tuple by using the reversed() function on it. Here's an example of how to use this method with strings:
|
||||
@ -211,42 +212,43 @@ Join the <a href="https://discord.gg/kvmy6dQB"> Discord </a> and ask for help in
|
||||
> print(reversed_str) # Output will be reversed version of the inputted string.
|
||||
|
||||
### List 10 dogs.
|
||||
>1. Labrador Retriever
|
||||
>2. Golden Retriever
|
||||
>3. Beagle
|
||||
>4. Poodle
|
||||
>5. German Shepherd
|
||||
>6. Bulldog
|
||||
>7. Rottweiler
|
||||
>8. Boxer
|
||||
>9. Shih Tzu
|
||||
>10. Pug
|
||||
> 1. Labrador Retriever
|
||||
> 2. Golden Retriever
|
||||
> 3. Beagle
|
||||
> 4. Poodle
|
||||
> 5. German Shepherd
|
||||
> 6. Bulldog
|
||||
> 7. Rottweiler
|
||||
> 8. Boxer
|
||||
> 9. Shih Tzu
|
||||
> 10. Pug
|
||||
|
||||
### Write me a poem about the fall of Julius Ceasar into a ceasar salad in iambic pentameter.
|
||||
>The fall of Julius Ceasar into a ceasar salad
|
||||
>In iambic pentameter,
|
||||
>The mighty Roman emperor
|
||||
>Fell into a salad of lettuce and croutons,
|
||||
>His empire crumbling around him,
|
||||
>As he was devoured by the hungry diners.
|
||||
>The once mighty emperor
|
||||
>Was now just a salad topping,
|
||||
>His legacy reduced to a mere garnish,
|
||||
>As he was consumed by the masses.
|
||||
>The fall of Julius Ceasar into a ceasar salad,
|
||||
>In iambic pentameter,
|
||||
>Was a tragic end to a great man,
|
||||
>Who had once ruled the world with an iron fist.
|
||||
>But now, he was just a salad topping,
|
||||
>His legacy reduced to a mere garnish,
|
||||
>As he was consumed by the masses.
|
||||
### Write me a poem about the fall of Julius Caesar into a caesar salad in iambic pentameter.
|
||||
|
||||
> The fall of Julius Caesar into a caesar salad<br>
|
||||
> In iambic pentameter,<br>
|
||||
> The mighty Roman emperor<br>
|
||||
> Fell into a salad of lettuce and croutons,<br>
|
||||
> His empire crumbling around him,<br>
|
||||
> As he was devoured by the hungry diners.<br>
|
||||
> The once mighty emperor<br>
|
||||
> Was now just a salad topping,<br>
|
||||
> His legacy reduced to a mere garnish,<br>
|
||||
> As he was consumed by the masses.<br>
|
||||
> The fall of Julius Caesar into a caesar salad,<br>
|
||||
> In iambic pentameter,<br>
|
||||
> Was a tragic end to a great man,<br>
|
||||
> Who had once ruled the world with an iron fist.<br>
|
||||
> But now, he was just a salad topping,<br>
|
||||
> His legacy reduced to a mere garnish,<br>
|
||||
> As he was consumed by the masses.
|
||||
|
||||
### What is a three word topic describing the following keywords: baseball, football, soccer:
|
||||
>Sports, athletics, games
|
||||
> Sports, athletics, games
|
||||
|
||||
## Citation
|
||||
|
||||
If you utilize this reposistory, models or data in a downstream project, please consider citing it with:
|
||||
If you utilize this repository, models or data in a downstream project, please consider citing it with:
|
||||
```
|
||||
@misc{gpt4all,
|
||||
author = {Yuvanesh Anand and Zach Nussbaum and Brandon Duderstadt and Benjamin Schmidt and Andriy Mulyar},
|
||||
|
Loading…
Reference in New Issue
Block a user