Skip to content

Commit

Permalink
refactor event handler for performance and robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Oct 29, 2024
1 parent 4e12478 commit 842b67c
Show file tree
Hide file tree
Showing 18 changed files with 1,355 additions and 386 deletions.
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"request": "launch",
"type": "msedge",
"url": "https://localhost:3000/aipane.html",
"runtimeExecutable": "canary",
"webRoot": "${workspaceFolder}"
},
{
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ The AI Outlook Add-in enhances your email workflow by providing AI-powered assis

- AI-powered email composition suggestions
- Automated email summarization
- Prompt easy configurable in src/config.json
- Model configuration in src/config.json
- Prompt easy configurable in src/config.ts
- Model configuration in src/config.ts
- Language translation integration
- Compatible with Groq AI and Sambanova AI ([via AI-Proxy-Cloudflare due to CORS](https://github.com/sctg-development/ai-proxy-cloudflare))

Expand Down Expand Up @@ -126,7 +126,7 @@ To set up the development environment:

## Customization

You can customize the AI Outlook Add-in by modifying the `src/config.json` file.
You can customize the AI Outlook Add-in by modifying the `src/config.ts` file.
You'll also need to update the `manifest.json` file to reflect your deployment settings.

## License
Expand Down
Loading

0 comments on commit 842b67c

Please sign in to comment.