LICENSE
README.md
requirements.txt
setup.py
auglm_chatbots.egg-info/PKG-INFO
auglm_chatbots.egg-info/SOURCES.txt
auglm_chatbots.egg-info/dependency_links.txt
auglm_chatbots.egg-info/requires.txt
auglm_chatbots.egg-info/top_level.txt
aulm_chatbots/__init__.py
aulm_chatbots/dialogue_list.py
aulm_chatbots/hints_dict.py
aulm_chatbots/prompt.txt
aulm_chatbots/robot.py
aulm_chatbots/completion_reactions/__init__.py
aulm_chatbots/completion_reactions/completion_reaction.py
aulm_chatbots/completion_reactions/completion_reaction_answer.py
aulm_chatbots/completion_reactions/completion_reaction_search.py
aulm_chatbots/language_model/__init__.py
aulm_chatbots/language_model/language_model.py
aulm_chatbots/language_model/language_model_gpt3.py
aulm_chatbots/search/__init__.py
aulm_chatbots/search/search_duckduckgo.py
aulm_chatbots/search/search_interface.py
aulm_chatbots/search/search_local_database.py
aulm_chatbots/search/search_reranker.py