Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 293 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 293 Bytes

Fun AI

Install groq

pip install groq

Install DSPy

pip install git+https://github.com/stanfordnlp/dspy.git

Set groq API

On Linux

export GROQ_API_KEY=<your-api-key-here>

On Windows

setx GROQ_API_KEY "<your-api-key-here>"