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

add support for Groq #61

Open
jtoy opened this issue Mar 30, 2024 · 2 comments
Open

add support for Groq #61

jtoy opened this issue Mar 30, 2024 · 2 comments

Comments

@jtoy
Copy link

jtoy commented Mar 30, 2024

I dont think it makes sense to support tons of other models, but since groq is 10x faster and has free api keys to mixtral at 30 reqs a minute, I think worth it :)
https://groq.com/

@omniwired
Copy link

I think the whole point of this project is to allow local LLM via ollama to be run easily.

@adrianliechti
Copy link

You can use an LLM Gateway for such usecases.
Mine should work for that use case also: https://github.com/adrianliechti/llama

image

Enchanted Settings:

image

LLM Platform Config:

config.yaml

providers:
  - type: groq
    token: ${GROQ_API_TOKEN}

    models:
      llama3-70b-instruct:
        id: llama3-70b-8192
      
      mixtral-8x7b-instruct:
        id: mixtral-8x7b-32768

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants