We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d12a0 commit d136a21Copy full SHA for d136a21
agents/generate_library.py
@@ -69,7 +69,7 @@ def main() -> None:
69
70
use_case = get_user_input()
71
72
- print("\nNow let's select the which LLMs to use to generate the library..")
+ print("\nNow let's select which LLMs to use to generate the library..")
73
search_term_llm = _get_model_from_env_or_prompt(available_models, "NuGet package search", "SEARCH_TERM_LLM")
74
75
code_generation_llm = _get_model_from_env_or_prompt(available_models, "code generation", "CODE_GENERATION_LLM")
0 commit comments