bklieger-groq / g1

g1: Using Llama-3.1 70b on Groq to create o1-like reasoning chains
MIT License
3.96k stars 357 forks source link

added a Huggingface space demo #34

Closed jpgodfan closed 2 months ago

jpgodfan commented 2 months ago

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

bklieger-groq commented 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.

jpgodfan commented 2 months ago

done, i moved the Huggingface spaces demo to "Top forks" section instead of the previous place

jpgodfan commented 2 months ago

can be merged to the "main" branch ?

bklieger-groq commented 2 months ago

When develop is merged to main on the next release, it will be there!

jpgodfan commented 2 months ago

ok, thank you, and i appreciate that you accepted my contribution