Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkokuzmanovic/lemi-ai
Super simple web wrapper for a Custom GPT specializing in Helpdesk Customer Support. Made using Tauri and Rust.
https://github.com/darkokuzmanovic/lemi-ai
chatgpt customgpt helpdesk tauri
Last synced: about 2 months ago
JSON representation
Super simple web wrapper for a Custom GPT specializing in Helpdesk Customer Support. Made using Tauri and Rust.
- Host: GitHub
- URL: https://github.com/darkokuzmanovic/lemi-ai
- Owner: DarkoKuzmanovic
- License: mit
- Created: 2024-08-15T21:37:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T11:39:29.000Z (6 months ago)
- Last Synced: 2024-10-31T03:42:16.886Z (3 months ago)
- Topics: chatgpt, customgpt, helpdesk, tauri
- Language: Rust
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Lemi AI
Lemi AI is a super simple desktop application that serves as a web wrapper for a Custom GPT specializing in Helpdesk Customer Support. Made using Tauri and Rust.
__To use it, you need to have ChatGPT Plus account.__
## Features
- Seamless integration of a Custom GPT for Helpdesk Customer Support
- Desktop application with web technologies
- Cross-platform compatibility (Windows, macOS, Linux)## Development
This project uses Tauri with vanilla HTML, CSS, and JavaScript. To get started with development:
1. Ensure you have Rust and Node.js installed on your system.
2. Clone this repository.
3. Run `npm install` to install dependencies.
4. Use `npm run tauri dev` to start the development server.## Building
To build the application:
1. Run `npm run tauri build`
2. Find the built application in the `src-tauri/target/release` directory## Recommended IDE Setup
- [VS Code](https://code.visualstudio.com/) with the following extensions:
- [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode)
- [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer)## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.