Update README.md

pull/336/head
Eternal Reclaimer 1 year ago committed by GitHub
parent 5142a8fe71
commit b723a3b604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -465,7 +465,6 @@ print(video_path)
- Plug-and-Play Integration: The structure provides a seamless integration with various models, including OpenAIChat, Anthropic, Mixtral, and Gemini. You can easily plug in any of these models and start using them without the need for extensive modifications or setup.
- Simplified API Key Management: The structure simplifies the management of API keys by utilizing the dotenv library. You can store your API keys in a .env file and load them using load_dotenv(). This ensures that your API keys are kept secure and separate from your code, making it easier to manage and update them when needed.
```python
import os

Loading…
Cancel
Save