Skip to content

Commit

Permalink
add __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Wang Zhao committed Dec 12, 2022
1 parent 3af3f43 commit 1d15450
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ibl_ai_chatgpt_langchain/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def __call__(self, prompt: str, stop=None) -> str:
return answer


__all__ = ['IBLChatGPT']

if __name__ == "__main__":
llm = IBLChatGPT()
response = llm(sys.argv[1])
Expand Down

0 comments on commit 1d15450

Please sign in to comment.