mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
Fix run tooltip text
This commit is contained in:
parent
846e1b9548
commit
cd4d333354
@ -247,7 +247,7 @@ const PromptNode = ({ data, id }) => {
|
||||
const llm_count = queries_per_llm[llm_name];
|
||||
const req = llm_count > 1 ? 'queries' : 'query';
|
||||
if (num_llms > num_llms_missing)
|
||||
setRunTooltip(`Will send ${llm_count} ${req} to ${llm_name} and load other responses from cache`);
|
||||
setRunTooltip(`Will send ${llm_count} ${req} to ${llm_name} and load others`);
|
||||
else
|
||||
setRunTooltip(`Will send ${llm_count} ${req} to ${llm_name}`)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user