Skip to content

Commit 9451b03

Browse files
committed
remove gen-ai experiments
1 parent e4b6e3a commit 9451b03

167 files changed

Lines changed: 1768 additions & 52124 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/gen-ai/ai-web-app.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# AI-Web-App
2+
3+
## AI Models and Prompt Manager
4+
5+
6+
This web application serves as a unified hub for managing AI tools and local language models.
7+
Users can add and organize web-based AI applications by URL (note: applications must support
8+
CORS for proper iframe embedding).
9+
The app seamlessly connects to local LLM instances running on LM Studio, allowing you to chat
10+
with your own models nd open code blocks in Livecodes.
11+
12+
Features include a built-in prompt library for saving and reusing frequently used prompts,
13+
and comprehensive settings management for API endpoints and model configurations.
14+
All settings and data are stored locally in your browser's localStorage, ensuring privacy
15+
and persistence across sessions. You can export and import your settings and prompts.
16+
17+
18+
### Key Features
19+
20+
- <strong>Web AI Applications:</strong> Add and manage web-based AI application URLs with iframe integration
21+
- <strong>Local LLM Support:</strong> Connect to local LM Studio instances for private AI conversations
22+
- <strong>Prompt Management:</strong> Built-in library for saving and organizing frequently used prompts
23+
- <strong>Settings Persistence:</strong> All configurations saved locally in browser localStorage
24+
- <strong>Responsive Design:</strong> Mobile-friendly interface with collapsible sidebar navigation
25+
- <strong>Multiple Endpoints:</strong> Support for various AI model APIs and services
26+
27+
### Important Notes
28+
29+
- <strong>CORS Requirement:</strong> Web applications must support Cross-Origin Resource Sharing (CORS) to load properly in iframes
30+
- <strong>Local Storage:</strong> All data is stored locally - clearing browser data will remove your settings and prompts
31+
- <strong>LM Studio Connection:</strong> Ensure LM Studio is running and accessible at the configured URL for local AI features
32+
- <strong>Privacy:</strong> No data is sent to external servers - everything runs locally in your browser
33+
34+
### Getting Started
35+
36+
- Configure your LM Studio URL in Settings if using local AI models
37+
- Add web AI applications through the Settings panel
38+
- Create and organize prompts in the Prompts library
39+
- Switch between different AI tools using the dropdown in the header
40+
- Backup your settings and prompts (export and import json)

app/gen-ai/ai-web-app/index.html

Lines changed: 1728 additions & 0 deletions
Large diffs are not rendered by default.

app/gen-ai/web-ai-demos/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/gen-ai/web-ai-demos/CONTRIBUTING.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

app/gen-ai/web-ai-demos/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

app/gen-ai/web-ai-demos/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/gen-ai/web-ai-demos/ai-synonym-finder/index.html

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)