Closed jpgodfan closed 2 months ago
Great! Can you move the link to the "Top Forks" section instead of adding a new section to the README? Since the code was modified, and is not automatically updated from this repository, it is best described as a fork.
After completing that change, I will approve the PR.
done, i moved the Huggingface spaces demo to "Top forks" section instead of the previous place
can be merged to the "main" branch ?
When develop is merged to main on the next release, it will be there!
ok, thank you, and i appreciate that you accepted my contribution
i deployed the gradio app in huggingface spaces with adding 2 modes, "public" and "private", the "public" mode uses a free pre-configured groq API key, so anyone can access and chat with g1 publically without entering it's own groq API key, but incase of reaching api request limits and usage limits of the pre-configured public API key you can switch to "private" mode wich will show an input to input your own and private groq API key and use it (like original gradio app).
By the way, used Huggingface space demo is here