Teera commited on
Commit
f8d2713
·
verified ·
1 Parent(s): 773b73b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.1,
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)