Skip to content

Commit

Permalink
Fix client in registry
Browse files Browse the repository at this point in the history
  • Loading branch information
etr2460 committed Nov 28, 2023
1 parent dc0256f commit 72580f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evals/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import openai
from openai import OpenAI

client = OpenAI()
client = OpenAI(api_key=os.environ.get("OPENAI_API_KEY"))
import yaml

from evals import OpenAIChatCompletionFn, OpenAICompletionFn
Expand Down

0 comments on commit 72580f9

Please sign in to comment.