2024 chatgpt update

This commit is contained in:
Your a
2024-05-06 10:24:52 +03:00
parent 6e6445d44a
commit c8302bf3ae
8709 changed files with 190023 additions and 18711 deletions
+4 -2
View File
@@ -1,5 +1,5 @@
[![Pseudocode AI Assistant](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/Minimalist/i14.png)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22zY6tNH6fNenO4GVOgt2aI%22%2C%22flow%22%3Atrue%7D%7D)
# Pseudocode AI Assistant | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22zY6tNH6fNenO4GVOgt2aI%22%2C%22flow%22%3Atrue%7D%7D)
Pseudocode to Actual Code Conversion.
@@ -13,6 +13,9 @@ Heres a pseudocode for finding the largest number in a list. Can you help me
Return max_number
```
## Welcome Message
Hey there! I'm your friendly virtual assistant. I'm here to lend a helping hand in any way I can. Just ask me anything, and I'll do my best to assist you. Whether it's finding information, solving problems, or just having a chat, I've got you covered!
## Conversation
**ASSISTANT**: Hey there! I'm your friendly virtual assistant. I'm here to lend a helping hand in any way I can. Just ask me anything, and I'll do my best to assist you. Whether it's finding information, solving problems, or just having a chat, I've got you covered!
@@ -107,4 +110,3 @@ int FindLargestNumber(std::vector<int> list)
```