Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
goutham794 committed Dec 6, 2024
1 parent 02545c9 commit f82172a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def analyze_sentiment(reviews: List[str], system_prompt: str) -> Sentiment
gpt_model = 'gpt-4o-mini',
pydantic_model=Sentiment_Prediction_Output,
input_data=input_data,
api_key=os.getenv("OPENAI_API_KEY_WF"))
api_key=os.getenv("OPENAI_API_KEY"))

print(output)
# Print errors if any
Expand Down

0 comments on commit f82172a

Please sign in to comment.