bklieger-groq / g1

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

Add Ollama Support #7

Closed hidden1nin closed 1 month ago

hidden1nin commented 1 month ago

I added Ollama support to your project. Hopefully this makes the project more accessible to other users.

bklieger-groq commented 1 month ago

Thank you for the contribution! Instead of merging the Ollama code with the Groq app and controlling with use_ollama=false/true, can you create a new file for the ollama support?