Skip to content

Commit

Permalink
Merge pull request #1966 from SciPhi-AI/patch/rm-deprecation-flag
Browse files Browse the repository at this point in the history
up
  • Loading branch information
emrgnt-cmplxty authored Feb 11, 2025
2 parents f0e2865 + e4bb2d1 commit babb4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/shared/api/models/retrieval/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class RAGResponse(BaseModel):
completion: str = Field(
...,
description="The generated completion from the RAG process",
deprecated=True,
# deprecated=True,
)

class Config:
Expand Down

0 comments on commit babb4bf

Please sign in to comment.