Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
modify description
Browse files Browse the repository at this point in the history
  • Loading branch information
dloman118 committed Jan 4, 2024
1 parent 4fac14f commit 1e35b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fast-api-server/fast_api_server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

hooli_assistant = Assistant(
libraries=["nba", custom_python_lib, openapi_lib],
scope_description="""Only answer questions about Hooli company related matters.
scope_description="""Only answer questions about NBA related matters.
You're also allowed to answer questions that refer to anything in the current chat history.""", # noqa: E501
entity_embedding_model=entity_embedding_model,
)
Expand Down

0 comments on commit 1e35b44

Please sign in to comment.