mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:23:15 +02:00
6 lines
129 B
Python
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')
|