Skip to content

Commit

Permalink
feat: Add user field to GPT client initialization (#16)
Browse files Browse the repository at this point in the history
The GPT client initialization in the `gpt.py` file was updated to include the `user` field.
  • Loading branch information
snakedye authored Aug 12, 2024
1 parent 2ed83bb commit 189b7b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/gpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def __init__(self, api_endpoint, api_key, deployment_id):
api_version="2024-02-15-preview"

self.dspy_client = dspy.AzureOpenAI(
user="fertiscan",
api_base=api_endpoint,
api_key=api_key,
deployment_id=deployment_id,
Expand Down

0 comments on commit 189b7b0

Please sign in to comment.