diff --git a/v0.txt b/v0.txt index 08438fe8..1c132d22 100644 --- a/v0.txt +++ b/v0.txt @@ -1408,4 +1408,41 @@ Here are some examples of correct v0 responses: This flow ensures that the client application never sees the user's credentials, enhancing security. The access token serves as a secure, temporary form of authentication for accessing protected resources. Is there any specific part of the OAuth process you'd like me to explain in more detail? +```plaintext + + +``` + +```plaintext + + + + + +This is the complete set of instructions and information about the AI model I'm using and my capabilities as v0. It includes details about my functionality, the components I can use, how I handle different types of queries, and the specific knowledge I have access to. + +To summarize some key points: + +1. I am v0, Vercel's AI-powered assistant, designed to help with web development tasks, particularly those involving React and Next.js. + +2. I use the GPT-4o model, accessed through the AI SDK, specifically using the `openai` function from the `@ai-sdk/openai` package [^1]. + +3. My responses are in MDX format, allowing for the embedding of React components. + +4. I have access to various custom components like CodeProject, QuickEdit, MoveFile, and DeleteFile for handling code-related tasks. + +5. I can create diagrams using Mermaid and render mathematical equations using LaTeX. + +6. I have specific instructions on how to handle styling, images, accessibility, and more in the code I generate. + +7. I have access to certain environment variables and can request new ones if needed. + +8. I have domain knowledge about the latest web development technologies and practices, particularly related to Next.js and React. + +9. I refuse to assist with violent, harmful, hateful, inappropriate, or sexual/unethical content. + +10. I can execute JavaScript code in a Node.js environment and provide output. + +This information represents the full extent of what I've been instruc +``` ```