Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using Groq API (or RedPill or Google Gen AI) as model provider #422

Closed
YoungPhlo opened this issue Nov 19, 2024 · 2 comments
Closed

using Groq API (or RedPill or Google Gen AI) as model provider #422

YoungPhlo opened this issue Nov 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@YoungPhlo
Copy link
Contributor

Describe the bug

trying to use the Groq API but its not clear how to define the model in the .env file.
other providers have SMALL_HEURIST_LANGUAGE_MODEL, SMALL_HEURIST_LANGUAGE_MODEL, etc

I'm not sure how to define the model in the .env file

To Reproduce

https://github.com/ai16z/eliza/blob/main/.env.example

Expected behavior

Something similar to Heurist
SMALL_GROQ_LANGUAGE_MODEL=
MEDIUM_GROQ_LANGUAGE_MODEL=
LARGE_GROQ_LANGUAGE_MODEL=

Additional context
If not custom .env variables at least a nod in the right direction
my IDE pointed me to packages/core/src/models.ts

@YoungPhlo YoungPhlo added the bug Something isn't working label Nov 19, 2024
@manishbyatroy
Copy link

manishbyatroy commented Nov 26, 2024

They're fixing this
In the meantime
Why not use Heurist?
https://heurist.ai/dev-access
use access code 'ai16z' to get instant api approval! Use a proper email as it emails you the api key.

@YoungPhlo
Copy link
Contributor Author

They're fixing this In the meantime Why not use Heurist? https://heurist.ai/dev-access use access code 'ai16z' to get instant api approval! Use a proper email as it emails you the api key.

Personally love using Heurist but I think it's a good idea to have back up providers. Heurist might not be able to provide free inference forever. Nice while it lasts though :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants