llama-fs icon indicating copy to clipboard operation
llama-fs copied to clipboard

Issue: Hard Coded Groq API Keys Found

Open fpreiss opened this issue 9 months ago • 5 comments

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.

fpreiss avatar May 26 '24 22:05 fpreiss