Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaankeskin committed Nov 27, 2024
1 parent e344c6f commit ec519cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions streamlit/utils/moderation_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def generate_moderation_prompt(category_groups: List[dict], lesson_plan: str) ->
"""



def correct_schema(schema: dict) -> dict:
"""Fix schema issues incompatible with OpenAI."""
if "minimum" in schema:
Expand Down

0 comments on commit ec519cf

Please sign in to comment.