Skip to content

Commit

Permalink
add namespace_name argument for stackvm
Browse files Browse the repository at this point in the history
  • Loading branch information
IANTHEREAL committed Jan 20, 2025
1 parent 4315729 commit f7fedfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/rag/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ def _external_chat(self) -> Generator[ChatEvent | str, None, None]:
chat_params = {
"goal": goal,
"response_format": response_format,
"namespace_name": "Default",
}
res = requests.post(stream_chat_api_url, json=chat_params, stream=True)

Expand Down

0 comments on commit f7fedfe

Please sign in to comment.