forked from React-Group/interstellar_ai
FAQ update
This commit is contained in:
parent
f7703bb7a8
commit
7b5b2b4d3a
1 changed files with 34 additions and 79 deletions
|
@ -1,107 +1,62 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
|
// FAQ Component
|
||||||
const FAQ: React.FC = () => {
|
const FAQ: React.FC = () => {
|
||||||
return (
|
return (
|
||||||
<section id="faq">
|
<section id="faq"> {/* Main section for FAQs */}
|
||||||
<h2>Frequently Asked Questions</h2>
|
<h2>Frequently Asked Questions</h2> {/* Title for the FAQ section */}
|
||||||
|
|
||||||
<div className="faq-item">
|
<div className="faq-item">
|
||||||
<h3>What is this AI assistant for?</h3>
|
<h3>Why doesn't my selection in the category dropdown menu apply?</h3>
|
||||||
<p>This AI assistant helps you with various tasks such as answering questions, generating text, and even helping with code or writing tasks.</p>
|
<p>Currently, the dropdown menu for selecting AI models does not retain your choice after a website refresh.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="faq-item">
|
<div className="faq-item">
|
||||||
<h3>How does the AI assistant work?</h3>
|
<h3>Why is the AI suddenly talking about the weather when I didn't select that option?</h3>
|
||||||
<p>The assistant uses machine learning algorithms to understand your input and provide contextually relevant answers or generate content based on the task you've described.</p>
|
<p>The AI is programmed to provide weather information even if you haven't specifically selected the weather option.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="faq-item">
|
<div className="faq-item">
|
||||||
<h3>Can I trust the answers given by the AI assistant?</h3>
|
<h3>Why isn't the online API working?</h3>
|
||||||
<p>While the AI strives to give accurate and helpful answers, it is important to verify critical information, especially for complex or sensitive queries.</p>
|
<p>At the moment, the online APIs for Google and La Plateforme are not operational. However, the OpenAI and Anthropic APIs may still function.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="faq-item">
|
<div className="faq-item">
|
||||||
<h3>What kind of questions can I ask?</h3>
|
<h3>Why is the AI discussing unrelated topics?</h3>
|
||||||
<p>You can ask a wide range of questions from simple factual queries to more complex requests like generating creative writing or code snippets.</p>
|
<p>Try disabling the AI system prompt settings, as the AI sometimes tends to focus on those topics excessively.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="faq-item">
|
<div className="faq-item">
|
||||||
<h3>Is my data secure when using the AI assistant?</h3>
|
<h3>Why isn't the AI responding in the format I specified in the settings?</h3>
|
||||||
<p>We take privacy seriously. Your data is handled according to our privacy policy, ensuring that any personal information shared is securely processed and not misused.</p>
|
<p>Please check if the system prompt settings are enabled. If the issue persists, it may be because the AI is unable to fully adhere to the command.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="faq-item">
|
<div className="faq-item">
|
||||||
<h3>How can I provide feedback about the AI assistant?</h3>
|
<h3>Does this AI have the ability to know my location or search the web?</h3>
|
||||||
<p>Feedback can be provided through our feedback form, available on our website. We appreciate your input and use it to improve the AI assistant's performance.</p>
|
<p>No, this AI does not possess any capabilities to access your location or browse the web.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="faq-item">
|
<div className="faq-item">
|
||||||
<h3>Can I customize the AI assistant's responses?</h3>
|
<h3>Does the AI really work offline?</h3>
|
||||||
<p>Customization options are limited in the current version, but we are working on features that will allow users to tailor responses to better suit their needs.</p>
|
<p>Yes! Once you download the necessary models, it can operate fully offline, with the exception of the weather API.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="faq-item">
|
<div className="faq-item">
|
||||||
<h3>How frequently is the AI assistant updated?</h3>
|
<h3>Are my messages encrypted?</h3>
|
||||||
<p>The AI assistant is updated regularly to improve its functionality and incorporate new features. Stay tuned to our update logs for information on the latest improvements.</p>
|
<p>Unfortunately, not at this time. We recommend keeping your messages as anonymous as possible.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="faq-item">
|
<div className="faq-item">
|
||||||
<h3>What should I do if the AI assistant is not working properly?</h3>
|
<h3>Where is my data saved?</h3>
|
||||||
<p>If you encounter any issues with the AI assistant, please contact our support team for assistance. Provide details about the problem to help us resolve it quickly.</p>
|
<p>All data, including accounts, settings, and chats, is stored locally on your computer.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="faq-item">
|
<div className="faq-item">
|
||||||
<h3>Will the AI assistant be available in multiple languages?</h3>
|
<h3>Is this a virus?</h3>
|
||||||
<p>Yes, the AI assistant is designed to support multiple languages. You can specify your language preference in the settings to receive responses in your chosen language.</p>
|
<p>No, this is not a virus. The warning appears because the application is not officially signed.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="faq-item">
|
|
||||||
<h3>How can I integrate the AI assistant into my own application?</h3>
|
|
||||||
<p>Integration guidelines are available in our developer documentation. Follow the instructions to incorporate the AI assistant into your application via our API.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="faq-item">
|
|
||||||
<h3>Is there a mobile version of the AI assistant?</h3>
|
|
||||||
<p>Currently, the AI assistant is optimized for desktop use. We are working on a mobile version to provide a seamless experience on smartphones and tablets.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="faq-item">
|
|
||||||
<h3>Can the AI assistant handle multiple simultaneous conversations?</h3>
|
|
||||||
<p>Yes, the AI assistant is capable of managing multiple conversations at once, ensuring that each interaction is handled efficiently.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="faq-item">
|
|
||||||
<h3>What are the system requirements to use the AI assistant?</h3>
|
|
||||||
<p>The AI assistant can be accessed through most modern web browsers. Ensure your browser is up-to-date for the best experience.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="faq-item">
|
|
||||||
<h3>How can I access previous conversations?</h3>
|
|
||||||
<p>Previous conversations can be accessed through the chat history feature available in the assistant's interface.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="faq-item">
|
|
||||||
<h3>What are the limitations of the current AI assistant?</h3>
|
|
||||||
<p>The AI assistant may have limitations in understanding highly specialized or nuanced topics. We are continuously working to expand its capabilities.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="faq-item">
|
|
||||||
<h3>How do I update my profile or settings?</h3>
|
|
||||||
<p>Profile and settings updates can be made through the account management section of the application. Ensure you save your changes before exiting.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="faq-item">
|
|
||||||
<h3>Can the AI assistant be used offline?</h3>
|
|
||||||
<p>Currently, the AI assistant requires an internet connection to function. Offline capabilities are being explored for future updates.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className="faq-item">
|
|
||||||
<h3>Who can I contact for technical support?</h3>
|
|
||||||
<p>Technical support can be reached through our support contact page on the website. Our team is available to help with any technical issues you may encounter.</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default FAQ;
|
export default FAQ; // Exporting the FAQ component
|
||||||
|
|
Loading…
Reference in a new issue