Skip to content

Commit

Permalink
remove use of unecessary api key variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-guerra committed Sep 10, 2024
1 parent 6794ab8 commit 5fdf22d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
}

# Set up Azure OpenAI API key and endpoint
api_key = os.getenv("AZURE_OPENAI_API_KEY")
endpoint = os.getenv("AZURE_OPENAI_ENDPOINT")
deployment = os.getenv("AZURE_OPENAI_DEPLOYMENT_NAME")

Expand Down

0 comments on commit 5fdf22d

Please sign in to comment.