updated sops apis and questions generator

This commit is contained in:
2024-09-25 21:40:08 +00:00
parent 1bfc773782
commit cd10cdaf7d
11 changed files with 84 additions and 114 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ class QuestionsGenerator:
{"role": "user", "content": f"Roles Data: {roles_data}"}
],
response_format=AssementQuestion, # Ensure you specify the correct format
max_tokens=4096,
max_tokens=10000,
temperature=0.1
)