Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Oct 2, 2024
1 parent c5d1025 commit b86841b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/kiln_ai/adapters/test_langchain_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_langchain_adapter_munge_response(tmp_path):

def test_langchain_adapter_infer_model_name(tmp_path):
task = build_test_task(tmp_path)
custom = ChatGroq(model="llama-3.1-8b-instant")
custom = ChatGroq(model="llama-3.1-8b-instant", groq_api_key="test")

lca = LangChainPromptAdapter(kiln_task=task, custom_model=custom)

Expand Down

0 comments on commit b86841b

Please sign in to comment.