Skip to content

Commit

Permalink
fix MODEL_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
salgadev committed Apr 18, 2024
1 parent aa8c130 commit 5ea41f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ea41f6

Please sign in to comment.