Skip to content

Commit

Permalink
feat: add GROQ API key and example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
parthg1901 committed Feb 1, 2025
1 parent b881477 commit 2cc259d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ FARCASTER_MNEMONIC=
HYPERBOLIC_API_KEY=
GALADRIEL_API_KEY=
GALADRIEL_FINE_TUNE_API_KEY=
GROQ_API_KEY=
TWITTER_CONSUMER_KEY=
TWITTER_CONSUMER_SECRET=
TWITTER_ACCESS_TOKEN=
Expand Down
5 changes: 5 additions & 0 deletions agents/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
}
]
},
{
"name": "groq",
"model": "llama-3.3-70b-versatile",
"temperature": 0.5
},
{
"name": "hyperbolic",
"model": "meta-llama/Meta-Llama-3-70B-Instruct"
Expand Down

0 comments on commit 2cc259d

Please sign in to comment.