Skip to content

Commit

Permalink
Merge pull request #84 from uktrade/dev
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
nboyse authored Sep 6, 2024
2 parents 80db7d4 + 98d8801 commit 18265f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbox-core/redbox/models/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class ChatRoute(StrEnum):
summarise = "summarise"
map_reduce_summarise = "summarise/documents/large"
chat = "chat"
chat_with_docs = "chat/documents"
chat_with_docs = "summarise"
chat_with_docs_map_reduce = "chat/documents/large"


Expand Down

0 comments on commit 18265f8

Please sign in to comment.