mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-09-15 05:21:33 +00:00
Internationalisation tidy up
Amended script and application history.
This commit is contained in:
@@ -20,5 +20,12 @@ rem https://developer.garmin.com/connect-iq/reference-guides/monkey-c-comman
|
||||
rem
|
||||
rem -----------------------------------------------------------------------------------
|
||||
|
||||
rem 'pip' instructs us to add this to the PATH for 'websockets.exe' and 'httpx.exe'
|
||||
PATH=%PATH%;%USERPROFILE%\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts
|
||||
rem pip install google-genai beautifulsoup4 lxml
|
||||
rem Read the API key from a text file excluded from git.
|
||||
rem Copy the API key from your project in https://aistudio.google.com/app/apikey into this file.
|
||||
set /p GEMINI_API_KEY=<".\gemini_api_key.txt"
|
||||
rem echo Using Gemini API Key: %GEMINI_API_KEY%
|
||||
python translate.py
|
||||
pause
|
||||
|
Reference in New Issue
Block a user