B
B
Hi, After I forked your repo. I tried it in my environment with Circleci, but the build fails with the following error on lint #!/bin/bash -eo pipefail . venv/bin/activate make...
Is there a resolution to this problem? I am also experiencing this in a larger doc.
I don't know why he listed a bunch of other models when they don't work. # chat_llm = models.get_groq_llama70b(temperature=0.2) # chat_llm = models.get_groq_llama70b_json(temperature=0.2) # chat_llm = models.get_groq_llama8b(temperature=0.2) # chat_llm =...