- Updated LLMConfig interface to include IMAGE_PROVIDER and PIXABAY_API_KEY. - Enhanced handleSaveLLMConfig to log the saving process and validate IMAGE_PROVIDER. - Implemented image provider validation logic in hasValidLLMConfig to check for required API keys based on the selected provider. - Modified start.js to read IMAGE_PROVIDER and PIXABAY_API_KEY from environment variables and include them in the user configuration setup. |
||
|---|---|---|
| .. | ||
| llm_calls | ||
| __init__.py | ||
| asset_directory_utils.py | ||
| async_iterator.py | ||
| custom_llm_provider.py | ||
| dict_utils.py | ||
| download_helpers.py | ||
| get_dynamic_models.py | ||
| get_env.py | ||
| image_provider.py | ||
| llm_provider.py | ||
| model_availability.py | ||
| ollama.py | ||
| process_slides.py | ||
| randomizers.py | ||
| schema_utils.py | ||
| set_env.py | ||
| user_config.py | ||
| validators.py | ||