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

There is a small but extremely fast service called 'Groq' #108

Open
FateUnix29 opened this issue Jun 15, 2024 · 3 comments
Open

There is a small but extremely fast service called 'Groq' #108

FateUnix29 opened this issue Jun 15, 2024 · 3 comments

Comments

@FateUnix29
Copy link
Contributor

FateUnix29 commented Jun 15, 2024

NOTE: It Mixtral can at times be... Fragile. Let's call it that. Keep the temperature LOW. You can indeed drive it nuts, at least with the system prompt I was using.

I intend to make a fork that just barely supports this service.
GroqCloud indeed supports JavaScript-based inferences/completions.

The thing here is that Groq is, in fact, not it's own AI model. It's a service.

You can choose multiple Groq-provided models, including a new one, Mixtral-8x7b with a 32,768 max token limit.

The JavaScript code snippet is provided by GroqCloud itself, just enter the parameters (including the system prompt) and ask it to give you the code. It's also a small snippet, thank god.

Mixtral-8x7b on GroqCloud can be found here

I have personal experience with GroqCloud and I fully intend to test out function calls myself with mixtral.

(Note: If it was not clear, I have little experience in JavaScript.)

@FateUnix29
Copy link
Contributor Author

Oh! They also appear to have documentation. Posting that here as well.

@FateUnix29
Copy link
Contributor Author

FateUnix29 commented Jun 19, 2024

UPD: I know the very basics about JavaScript. I may eventually learn enough to submit a PR, but that's a long while away.

Additionally, I forgot to mention that I went into GroqCloud and gave mixtral-8x7b-32768 a function call test.
The function calls looked accurate and they would probably work in-game.
Mixtral is viable.

@FateUnix29
Copy link
Contributor Author

#115

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

1 participant