From 39faa7a98c26929a300d4353ef766d99034c11ea Mon Sep 17 00:00:00 2001 From: "Kar l5.G" Date: Sun, 23 Mar 2025 19:24:33 +0530 Subject: [PATCH] description page --- src/pages/description.astro | 115 ++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 src/pages/description.astro diff --git a/src/pages/description.astro b/src/pages/description.astro new file mode 100644 index 0000000..3f17fc0 --- /dev/null +++ b/src/pages/description.astro @@ -0,0 +1,115 @@ +--- +import Layout from '../layouts/Layout.astro'; +--- + + +
+
+
+

+ Welcome to AI Chat +

+

+ A powerful interface for conversing with AI models with flexible provider options. +

+ + Start Chatting + + +
+
+ +
+
+
+ + + +
+

Multiple AI Providers

+

Connect to various AI providers including OpenAI, Anthropic, and more, or run models directly in your browser.

+
+ +
+
+ + + +
+

File Upload Support

+

Upload and analyze documents with AI assistance. Supports various file formats for enhanced context in conversations.

+
+ +
+
+ + + +
+

Secure & Private

+

Option to use browser-based models for complete privacy, or connect securely to external providers with your own API keys.

+
+
+ +
+
+

About This Project

+

+ This AI chat interface is designed to provide a flexible and powerful way to interact with various AI models. + It supports multiple providers, file uploads for context, and can even run models directly in your browser for complete privacy. +

+

+ Use the navigation to explore the application and start chatting with AI assistants. +

+
+
+ +
+
+

Frequently Asked Questions

+
+
+

What AI models can I use?

+

You can connect to various providers like OpenAI (ChatGPT), Anthropic (Claude), or run models directly in your browser with WebLLM for complete privacy.

+
+
+

Do I need an API key?

+

For cloud-based providers like OpenAI or Anthropic, you'll need your own API key. For browser-based models using WebLLM, no API key is required as everything runs locally.

+
+
+

What files can I upload?

+

The system supports various document formats including PDF, DOCX, TXT and more to provide context for your conversations with AI.

+
+
+

How secure is my data?

+

When using WebLLM, all processing happens in your browser and data never leaves your device. For cloud providers, data is sent to their APIs according to their privacy policies.

+
+
+
+
+
+
+ +