Skip to content

Commit

Permalink
Fix text. OpenAI errors on missing API key
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Sep 9, 2024
1 parent 7d6466c commit ce6fac4
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 @@ -5,7 +5,7 @@
def test_langchain_adapter_munge_response(tmp_path):
task = build_test_task(tmp_path)
lca = LangChainPromptAdapter(
kiln_task=task, model_name="gpt_4o_mini", provider="openai"
kiln_task=task, model_name="llama_3_1_8b", provider="ollama"
)
# Mistral Large tool calling format is a bit different
response = {
Expand Down

0 comments on commit ce6fac4

Please sign in to comment.