added questions generator

This commit is contained in:
OwusuBlessing
2024-09-10 02:51:31 +01:00
parent 286ff0e61e
commit 348c871abc
9 changed files with 271 additions and 39 deletions
+3 -1
View File
@@ -4,7 +4,7 @@ from openai import OpenAI
from pydantic import BaseModel, Field
from typing import List, Dict, Optional
from src.prompts.sops import *
from src.models.response_schemas import *
from src.models.sop_response_schemas import *
from src.services.sop_document_parser import DocumentParser
from dotenv import load_dotenv
load_dotenv()
@@ -265,4 +265,6 @@ class SopGeneratorManager:
self.model = "gpt-4o-mini"