Skip to content

Commit

Permalink
bumped pip
Browse files Browse the repository at this point in the history
  • Loading branch information
assafelovic committed Nov 3, 2024
1 parent 732368c commit 413e5a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion backend/chat/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

LATEST_VERSION = "0.10.2"
LATEST_VERSION = "0.10.3"

exclude_packages = [
"selenium",
Expand Down

0 comments on commit 413e5a3

Please sign in to comment.