From 5ea41f6797c99ced51164cd3e3ec338bd113db89 Mon Sep 17 00:00:00 2001 From: Carlos Salgado Date: Thu, 18 Apr 2024 18:14:31 -0400 Subject: [PATCH] fix MODEL_NAME --- scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts.py b/scripts.py index ea06184..07bac55 100644 --- a/scripts.py +++ b/scripts.py @@ -73,7 +73,7 @@ def generate_metadata(docs): # Call the LLM with the JSON schema chat_completion = client.chat.completions.create( - model=model_name, + model=MODEL_NAME, messages=[ { "role": "system",