Kjgarza commited on
Commit
a0d1546
·
1 Parent(s): 2597dbe

change syn

Browse files
Files changed (1) hide show
  1. metadata_transformer.py +1 -1
metadata_transformer.py CHANGED
@@ -23,4 +23,4 @@ def translate(schema_input, schema_target):
23
  max_tokens=256,
24
  )
25
  print(response)
26
- return response['choices'][0]['message']['content']
 
23
  max_tokens=256,
24
  )
25
  print(response)
26
+ return response['choices'][0]['text']