llama-fs
llama-fs copied to clipboard
Issue: Hard Coded Groq API Keys Found
I discovered three different hard coded API keys for Groq in multiple locations within the repository. The affected files are:
-
scratch.ipynb
-
server.py
-
watch-api.ipynb
-
notebooks/data_loading_processing.ipynb
-
src/watch_utils.py
The API keys identified start with the following prefixes:
gsk_6QB
gsk_Vvz
gsk_F07
I believe these keys were not intended to be exposed publicly. If these API keys are indeed meant for public use, please confirm.