Spaces:
Runtime error
Runtime error
Carlos Salgado
commited on
Commit
·
5ea41f6
1
Parent(s):
aa8c130
fix MODEL_NAME
Browse files- scripts.py +1 -1
scripts.py
CHANGED
|
@@ -73,7 +73,7 @@ def generate_metadata(docs):
|
|
| 73 |
|
| 74 |
# Call the LLM with the JSON schema
|
| 75 |
chat_completion = client.chat.completions.create(
|
| 76 |
-
model=
|
| 77 |
messages=[
|
| 78 |
{
|
| 79 |
"role": "system",
|
|
|
|
| 73 |
|
| 74 |
# Call the LLM with the JSON schema
|
| 75 |
chat_completion = client.chat.completions.create(
|
| 76 |
+
model=MODEL_NAME,
|
| 77 |
messages=[
|
| 78 |
{
|
| 79 |
"role": "system",
|