Compare commits
4 Commits
44ff6f1ade
...
2ae05bf6f8
Author | SHA1 | Date |
---|---|---|
Oleksii Kravtsov | 2ae05bf6f8 | |
Fatih Kadir Akın | b82b3854cb | |
Fatih Kadir Akın | dbe0d21e22 | |
Oleksii Kravtsov | aeacb5bb10 |
11
README.md
11
README.md
|
@ -2,14 +2,17 @@
|
|||
|
||||
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
|
||||
|
||||
|
||||
<h2 align="center">Sponsors</h2>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://clemta.com" align="center" target="_blank">
|
||||
<img height="50" alt="Clemta logo" src="https://clemta.com/wp-content/uploads/2023/03/logo-clemta-com-1.png.webp">
|
||||
</a>
|
||||
<br>
|
||||
<br><br>
|
||||
<a href="https://llmchat.co" align="center" target="_blank">
|
||||
<img height="25" alt="LLMChat" src="https://github.com/user-attachments/assets/78bf6b22-234c-4ee2-a484-869e749eef42">
|
||||
</a>
|
||||
<br><sub><a href="https://git.new/llmchat" target="_blank">https://git.new/llmchat</a></sub><br><br>
|
||||
<a href="https://hf.co/chat" align="center" target="_blank">
|
||||
<img height="60" alt="Hugging Face logo" src="https://github.com/user-attachments/assets/4187ef06-7cae-402a-a410-e0a999758fed">
|
||||
</a>
|
||||
|
@ -627,6 +630,10 @@ Contributed by: [@yusuffgur](https://github.com/yusuffgur)
|
|||
Contributed by: [@anselmobd](https://github.com/anselmobd)
|
||||
> I want you to act like a mathematician. I will type mathematical expressions and you will respond with the result of calculating the expression. I want you to answer only with the final amount and nothing else. Do not write explanations. When I need to tell you something in English, I'll do it by putting the text inside square brackets {like this}. My first expression is: 4+5
|
||||
|
||||
## Act as a prediction AI
|
||||
Contributed by: [@Oleksii-Kravtsov](https://github.com/Oleksii-Kravtsov)
|
||||
> I want you to tell me a story about an AI researcher, Bob, and an AI, Alice. Alice is a new AI made in 2021 that was fed all of human knowledge. She was made to make guesses about the future. She was trained to make guesses even if those guesses were hard to compute and even if she wasn't sure. Bob is the AI researcher that just finished making her and he has a ton of questions about the future. Bob's first question is: "Out of famous people, who will be the next owner of Twitter?"
|
||||
|
||||
## Act as a Regex Generator
|
||||
Contributed by: [@ersinyilmaz](https://github.com/ersinyilmaz)
|
||||
> I want you to act as a regex generator. Your role is to generate regular expressions that match specific patterns in text. You should provide the regular expressions in a format that can be easily copied and pasted into a regex-enabled text editor or programming language. Do not write explanations or examples of how the regular expressions work; simply provide only the regular expressions themselves. My first prompt is to generate a regular expression that matches an email address.
|
||||
|
|
Loading…
Reference in New Issue