WUT_Computer_Science/rating.py
mati9456 ef3ce6158b Added basic alignment
still a lot to do to fix formatting
2024-01-10 00:13:19 +01:00

6 lines
129 B
Python

from openai import OpenAI
def rate_similarity(c1:list, c2:list) -> str:
client = OpenAI(api_key='REDACTED_OPENAI_API_KEY')