v0.0.3 Pre release with windows support #46
Pinned
sujithatzackriya
announced in
Announcements
Replies: 1 comment
-
I have llm server running in my local how to configure in the .env file instead of anthropic or other api keys? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre Release 0.0.3: Added Windows Support
A new release is available!
What's New
What would be next?
Known issues
How to Get Started
Frontend
Windows Installation
Once the installers are downloaded from the above links [## Files for test](## Files for test), double-click the executable file to run it.
Windows will ask if you want to run untrusted apps, click
More info
and chooserun anyway
Option 1: Using the Setup Executable (.exe) (Recommended)
meeting-minutes-frontend_0.1.0_x64-setup.exe
fileOption 2: Using the MSI Installer (.msi)
meeting-minutes-frontend_0.1.0_x64_en-US.msi
filemacOS Installation
meeting-minutes-frontend_0.1.0_aarch64.dmg
filemeeting-minutes-frontend_0.1.0_aarch64.dmg
file inside the extracted foldermeeting-minutes-frontend.app
to Applications folderBackend
backend
directory:For Mac OS only
Make sure you have installed all the prerequisites before proceeding:
Windows-specific prerequisites:
choco install ffmpeg
Add environment file:
Add API Keys in .env files if you are planning to use Anthropic or Groq.
Configure environment variables for Groq:
Build dependencies:
./build_whisper.sh
.\build_whisper.bat
(or run the commands from the script manually)Run the server:
./clean_start_backend.sh
.\start_with_output.ps1
What's Changed
Introducing subscription
We are planning to add a subscription option so that you don't have to run the backend on your own server. This will help you scale better and run the service 24/7. This is based on a few requests we received. If you are interested, please fill out the form here.
Full Changelog: v0.0.2...v0.0.3
What's Changed
Full Changelog: v0.0.2...v0.0.3
This discussion was created from the release v0.0.3 Pre release with windows support.
Beta Was this translation helpful? Give feedback.
All reactions