Skip to content

Commit

Permalink
remove unused ImagineLA chat engine settings from UI
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomlam committed Jan 23, 2025
1 parent 275161a commit 3a6834f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/src/chat_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,13 @@ class ImagineLaEngine(BaseEngine):
chunks_shown_min_score: float = -1
chunks_shown_max_num: int = 8

user_settings = [
"llm",
"retrieval_k",
"retrieval_k_min_score",
"system_prompt",
]

engine_id: str = "imagine-la"
name: str = "Imagine LA Chat Engine"
datasets = ["CA EDD", "Imagine LA", "DPSS Policy", "IRS", "Keep Your Benefits", "CA FTB", "WIC"]
Expand Down

0 comments on commit 3a6834f

Please sign in to comment.