diff --git a/pipeline/gpt.py b/pipeline/gpt.py index c2b3155..ae3a8ec 100644 --- a/pipeline/gpt.py +++ b/pipeline/gpt.py @@ -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,