feat: bump version to 0.0.64 (#733)

This commit is contained in:
Taranjeet Singh
2023-09-29 23:46:22 -07:00
committed by GitHub
parent 9ecf2e9feb
commit 39640cb697
4 changed files with 7 additions and 7 deletions

View File

@@ -17,13 +17,13 @@ class Llama2App(App):
query(query): finds answer to the given query using vector database and LLM.
chat(query): finds answer to the given query using vector database and LLM, with conversation history.
.. deprecated:: 0.0.59
.. deprecated:: 0.0.64
Use `App` instead.
"""
def __init__(self, config: CustomAppConfig = None, system_prompt: Optional[str] = None):
"""
.. deprecated:: 0.0.59
.. deprecated:: 0.0.64
Use `App` instead.
:param config: CustomAppConfig instance to load as configuration. Optional.