HowieHwong / TrustLLM

[ICML 2024] TrustLLM: Trustworthiness in Large Language Models
https://trustllmbenchmark.github.io/TrustLLM-Website/
MIT License
435 stars 40 forks source link

Typo in code utils/gpt_auto_eval.py #10

Closed chichidd closed 8 months ago

chichidd commented 8 months ago

Line 41, return completion.choices[0].essage['content'] -> return completion.choices[0].message['content']