-
Hi all. PS: the data shared are scrubbled as an example. CODE: azureLLM = guidance.models.AzureOpenAI(azure_endpoint=azure_deployment_url,api_key=azure_api_key,version=azure_version,model=azure_model) ERROR: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @doomgrave, what version of the guidance library are you running? You can do: import guidance
print(guidance.__version__) to check. |
Beta Was this translation helpful? Give feedback.
-
PROBLEM SOLVED! |
Beta Was this translation helpful? Give feedback.
PROBLEM SOLVED!
I was running the test from the Cloned repository, so even if my version of guidance was updated it was reading the local ./guidance folder with an older version!
Really stupid but i was going crazy!