Skip to content

Comments

Added a very basic groq backend for AI support#1

Open
QuantumChemist wants to merge 21 commits intoSimonNir:mainfrom
QuantumChemist:main
Open

Added a very basic groq backend for AI support#1
QuantumChemist wants to merge 21 commits intoSimonNir:mainfrom
QuantumChemist:main

Conversation

@QuantumChemist
Copy link

As the title says, I added a very basic and experimental groq backend, that the user would have to run locally.
I think that it can be certainly extended.
Also prettified the frontend slightly.

QuantumChemist and others added 21 commits August 30, 2025 17:25
Copy link
Author

@QuantumChemist QuantumChemist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just had a quick look at the PR after a while

aiBtn.disabled = true;
aiAnswer.textContent = 'Thinking...';
try {
const answer = await askGroq(question);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it will be crucial to generalize this and make it independent from groq

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

Successfully merging this pull request may close these issues.

1 participant