Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ def get_column_mapping(file_metadata):
|
|
| 77 |
completion = client.chat.completions.create(
|
| 78 |
model="gpt-4o",
|
| 79 |
messages=[{"role": "user", "content": column_match_prompt}],
|
| 80 |
-
temperature=0
|
| 81 |
response_format={"type": "json_object"},
|
| 82 |
)
|
| 83 |
print(completion.choices[0].message.content)
|
|
|
|
| 77 |
completion = client.chat.completions.create(
|
| 78 |
model="gpt-4o",
|
| 79 |
messages=[{"role": "user", "content": column_match_prompt}],
|
| 80 |
+
temperature=0,
|
| 81 |
response_format={"type": "json_object"},
|
| 82 |
)
|
| 83 |
print(completion.choices[0].message.content)
|