Skip to content

Commit

Permalink
Removed stream parameter for query, unused
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninoLorenzo committed Jul 4, 2024
1 parent f38d68a commit 6561def
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self, model: str,
# Start Ollama
self._startup_ollama()

def query(self, sid: int, user_in: str, rag=True, stream=True):
def query(self, sid: int, user_in: str, rag=True):
"""Performs a query to the Large Language Model,
set `rag=True` to leverage Retrieval Augmented Generation."""
if rag:
Expand Down
File renamed without changes.
Empty file.

0 comments on commit 6561def

Please sign in to comment.