zeetay commited on
Commit
bd01a67
·
1 Parent(s): 89811ae

* working. updated args for app.py

Browse files
Files changed (2) hide show
  1. __pycache__/app.cpython-313.pyc +0 -0
  2. app.py +1 -1
__pycache__/app.cpython-313.pyc CHANGED
Binary files a/__pycache__/app.cpython-313.pyc and b/__pycache__/app.cpython-313.pyc differ
 
app.py CHANGED
@@ -70,7 +70,7 @@ async def generate(req: GenerateRequest):
70
  dict: JSON object with Markdown pseudocode output.
71
 
72
  Raises:
73
- HTTPException: 400 for invalid style, 500 for missing configuration,
74
  502 if the LLM call fails.
75
  """
76
 
 
70
  dict: JSON object with Markdown pseudocode output.
71
 
72
  Raises:
73
+ HTTPException: 422 for invalid style,
74
  502 if the LLM call fails.
75
  """
76