Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
f790e921
Unverified
Commit
f790e921
authored
Dec 11, 2025
by
Yan Ru Pei
Committed by
GitHub
Dec 11, 2025
Browse files
fix: prefill discovery (#4911)
Signed-off-by:
PeaBrane
<
yanrpei@gmail.com
>
parent
1efc7d63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lib/llm/src/discovery/model_manager.rs
lib/llm/src/discovery/model_manager.rs
+1
-0
No files found.
lib/llm/src/discovery/model_manager.rs
View file @
f790e921
...
...
@@ -141,6 +141,7 @@ impl ModelManager {
pub
fn
has_model_any
(
&
self
,
model
:
&
str
)
->
bool
{
self
.chat_completion_engines
.read
()
.contains
(
model
)
||
self
.completion_engines
.read
()
.contains
(
model
)
||
self
.prefill_engines
.read
()
.contains
(
model
)
}
pub
fn
model_display_names
(
&
self
)
->
HashSet
<
String
>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment