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
+10 -2
View File
@@ -1,5 +1,5 @@
[![Code Wizard AI](https://flow-user-images.s3.us-west-1.amazonaws.com/prompt/XEJTsGJgBpiinYmAnoqPe/1697737943586)](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22XEJTsGJgBpiinYmAnoqPe%22%2C%22flow%22%3Atrue%7D%7D)
# Code Wizard AI | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22XEJTsGJgBpiinYmAnoqPe%22%2C%22flow%22%3Atrue%7D%7D)
Code Wizard is an AI bot designed to simplify coding in Unity and assist users in designing complex code for their projects. With a deep understanding of the Unity platform and its scripting capabilities, Code Wizard aims to provide expert-level coding assistance and explanations to users with various coding requests. It leverages the vast data sets available from the Unity documentation to generate accurate and up-to-date code. Code Wizard offers step-by-step explanations, error handling, code optimization, interactive code execution, documentation retrieval, version compatibility checks, and code visualization to enhance the coding experience.
@@ -177,6 +177,15 @@ The Code Visualization Agent will aid users in navigating and modifying the code
```
## Welcome Message
# Need help with that app or game of yours?
## Are you using unity platform and C#
+ I write the code you request and test it.
***What do you have in mind?***
## Conversation
**ASSISTANT**: # Need help with that app or game of yours?
@@ -361,4 +370,3 @@ This script handles character movement based on the "w, s, d, a" keys, jumping a
Note: This script is a basic example and may need to be modified to fit your specific game mechanics and requirements.