From 413e5a3750864c8c45bc46dc2706ad23d62c76a9 Mon Sep 17 00:00:00 2001 From: Assaf Elovic Date: Sun, 3 Nov 2024 08:15:36 +0200 Subject: [PATCH] bumped pip --- backend/chat/chat.py | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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",