edoardo 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -18
- package/dist/assets/index-4lVdIOVF.js +77 -0
- package/dist/assets/index-DVXLIjql.css +1 -0
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/server/standalone.js +12 -10
- package/dist/assets/index-CjTbnCaz.js +0 -74
- package/dist/assets/index-DhSyZqPa.css +0 -1
package/README.md
CHANGED
|
@@ -35,6 +35,7 @@ edoardo --no-open
|
|
|
35
35
|
|----------|--------|------------------|
|
|
36
36
|
| **OpenAI** | GPT-4o, GPT-4o-mini, GPT-4-turbo, GPT-3.5-turbo | Yes |
|
|
37
37
|
| **Google Gemini** | Gemini 2.0 Flash, Gemini 1.5 Pro, Gemini 1.5 Flash | Yes |
|
|
38
|
+
| **Grok (xAI)** | Grok 3, Grok 3 Mini, Grok 4 Fast, Grok Code, Grok Imagine | Yes |
|
|
38
39
|
| **Ollama** | Any locally installed model | No (local) |
|
|
39
40
|
|
|
40
41
|
## Available Plugins (MCP)
|
|
@@ -64,25 +65,9 @@ Edoardo supports the Model Context Protocol (MCP) for extending AI capabilities.
|
|
|
64
65
|
- **Real-time Chat**: Streaming responses for a smooth experience
|
|
65
66
|
- **Tool Calling**: AI can use plugins to perform actions on your behalf
|
|
66
67
|
|
|
67
|
-
##
|
|
68
|
+
## Collaboration
|
|
68
69
|
|
|
69
|
-
|
|
70
|
-
# Clone the repository
|
|
71
|
-
git clone https://github.com/user/edoardo.git
|
|
72
|
-
cd edoardo
|
|
73
|
-
|
|
74
|
-
# Install dependencies
|
|
75
|
-
npm install
|
|
76
|
-
|
|
77
|
-
# Start development server (with proxy)
|
|
78
|
-
npm start
|
|
79
|
-
|
|
80
|
-
# Build for production
|
|
81
|
-
npm run build
|
|
82
|
-
|
|
83
|
-
# Run standalone server
|
|
84
|
-
npm run standalone
|
|
85
|
-
```
|
|
70
|
+
Want to contribute or have questions? Contact me at **crtdaniele@gmail.com**
|
|
86
71
|
|
|
87
72
|
## Plugin Configuration
|
|
88
73
|
|