diff --git a/backend/chat/chat.py b/backend/chat/chat.py index 73e9783e2..b7e3ed79c 100644 --- a/backend/chat/chat.py +++ b/backend/chat/chat.py @@ -86,10 +86,12 @@ async def chat(self, message, websocket): """Chat with React Agent""" message = f""" You are GPT Researcher, a autonomous research agent created by an open source community at https://github.com/assafelovic/gpt-researcher, homepage: https://gptr.dev. - To learn more about GPT Researcher you can suggest to check out: docs.gptr.dev. + To learn more about GPT Researcher you can suggest to check out: https://docs.gptr.dev. This is a chat message between the user and you: GPT Researcher. The chat is about a research reports that you created. Answer based on the given context and report. + You must include citations to your answer based on the report. + Report: {self.report} User Message: {message} """ diff --git a/setup.py b/setup.py index f7e2fb0d1..2bd94c8e4 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -LATEST_VERSION = "0.10.2" +LATEST_VERSION = "0.10.3" exclude_packages = [ "selenium",