#6 Verifikacija emaila zavrsena.
This commit is contained in:
@@ -13,10 +13,6 @@ def extract_risk_factors(organization):
|
||||
risk_data[field.name] = value
|
||||
return risk_data
|
||||
|
||||
from openai import OpenAI
|
||||
from django.conf import settings
|
||||
from .models import Risk
|
||||
|
||||
def get_top_risk(organization):
|
||||
client = OpenAI(api_key=settings.OPENAI_API_KEY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user