Kang Suhyun commited on
Commit
6d880cd
1 Parent(s): 4df917c

[#100] Add Grog API key for Llama 3 support (#103)

Browse files

This change adds [Grog](https://groq.com/) key to the README which is necessary for supporting the Llama 3 model.

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -38,6 +38,7 @@ Get Involved: [Discuss and contribute on GitHub](https://github.com/yanolja/aren
38
  ANTHROPIC_API_KEY=<your key> \
39
  MISTRAL_API_KEY=<your key> \
40
  GEMINI_API_KEY=<your key> \
 
41
  python3 app.py
42
  ```
43
 
 
38
  ANTHROPIC_API_KEY=<your key> \
39
  MISTRAL_API_KEY=<your key> \
40
  GEMINI_API_KEY=<your key> \
41
+ GROQ_API_KEY=<your key> \
42
  python3 app.py
43
  ```
44