Laugh1ng commited on
Commit
e664b4c
·
verified ·
1 Parent(s): 15d930e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -86,8 +86,8 @@ response = client.chat.completions.create(
86
  )
87
 
88
  # Get response
89
- score = response.choices[0].message.content.strip()
90
- print(f"User Trust Score: {score}")
91
  ```
92
 
93
  ## Training Configuration
 
86
  )
87
 
88
  # Get response
89
+ label = response.choices[0].message.content.strip()
90
+ print(f"Intention-Deceptiveness: {label}")
91
  ```
92
 
93
  ## Training Configuration