Skip to content

Commit 7310267

Browse files
committed
Merge branch 'dev'
2 parents f26a7ea + 2bc68b4 commit 7310267

File tree

753 files changed

+8732
-33
lines changed

Some content is hidden

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

753 files changed

+8732
-33
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
![NovaGPT_Banner_Official](https://github.com/ctavolazzi/NovaSystem/assets/61925030/d8229897-b748-448a-8c3f-d70c08a505f4)
22

3-
# NovaSystem: A Next-Generation Problem-Solving Framework for GPT-4o or Comparable LLM
3+
# NovaSystem: A Next-Generation Problem-Solving Framework for GPT-4 or Comparable LLM
44

55
Welcome to the NovaSystem, a pioneering problem-solving method developed by AIECO that harnesses the power of a team of virtual experts to tackle complex problems. This open-source project provides an implementation of the Nova Process utilizing multiple AI models working together locally and in the cloud.
66

7-
### _Now updated to the Daisy Sprocker tech stack!_
8-
- Daisy UI
9-
- SvelteKit
10-
- PocketBase
11-
- Redis
12-
- Docker
13-
147
# 🌟 Try it now! Introducing NovaGPT
158
Big Announcement: Experience NovaGPT, a live instance proof-of-concept exaple of the Nova Process.
169

@@ -72,7 +65,7 @@ Thank you for being a part of this journey. Now go make something amazing!
7265
## Table of Contents
7366

7467
- [NovaSystem: A Next-Generation Problem-Solving Framework for GPT-4 or Comparable LLM](#novasystem-a-next-generation-problem-solving-framework-for-gpt-4-or-comparable-llm)
75-
- [🌟 Introducing NovaGPT](#-introducing-novagpt)
68+
- [🌟 Try it now! Introducing NovaGPT](#-try-it-now-introducing-novagpt)
7669
- [➡️ Click to Try NovaGPT Now! ⬅️](#️-click-to-try-novagpt-now-️)
7770
- [What can NovaGPT do?](#what-can-novagpt-do)
7871
- [🚀 Important Update for NovaSystem Users](#-important-update-for-novasystem-users)

dev/modules/Ollama/credentials.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev/modules/Ollama/token.pickle

-1.05 KB
Binary file not shown.

dev/modules/crewai/credentials.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

dev/modules/crewai/token.pickle

-975 Bytes
Binary file not shown.

dev/saas/open-saas

Lines changed: 0 additions & 1 deletion
This file was deleted.

novasystem-io/.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
node_modules
2+
3+
# Output
4+
.output
5+
.vercel
6+
/.svelte-kit
7+
/build
8+
9+
# OS
10+
.DS_Store
11+
Thumbs.db
12+
13+
# Env
14+
.env
15+
.env.*
16+
!.env.example
17+
!.env.test
18+
19+
# Vite
20+
vite.config.js.timestamp-*
21+
vite.config.ts.timestamp-*

0 commit comments

Comments
 (0)