Skip to content

Commit

Permalink
Merge pull request #86 from langchain-ai/nc/rm
Browse files Browse the repository at this point in the history
Remove features assistants
  • Loading branch information
nfcampos authored Nov 29, 2023
2 parents 2666579 + 2085abd commit 6eb509d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions backend/app/api/assistants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@

router = APIRouter()

FEATURED_PUBLIC_ASSISTANTS = [
"ba721964-b7e4-474c-b817-fb089d94dc5f",
"dc3ec482-aafc-4d90-8a1a-afb9b2876cde",
]
FEATURED_PUBLIC_ASSISTANTS = []


class AssistantPayload(BaseModel):
Expand Down

0 comments on commit 6eb509d

Please sign in to comment.