MiroFish/backend/scripts
666ghj 0302b8fd70 Add MaxTokensWarningFilter to logging and set semaphore for LLM requests
- Introduced MaxTokensWarningFilter to suppress specific warnings related to max_tokens in the logging output across simulation scripts.
- Added a semaphore parameter to limit the maximum concurrent LLM requests in Twitter and Reddit simulation functions, preventing API overload.
- Ensured the filter is applied immediately upon module loading for effective logging management.
2025-12-04 15:00:08 +08:00
..
action_logger.py Enhance simulation management and logging features 2025-12-02 17:11:47 +08:00
run_parallel_simulation.py Add MaxTokensWarningFilter to logging and set semaphore for LLM requests 2025-12-04 15:00:08 +08:00
run_reddit_simulation.py Add MaxTokensWarningFilter to logging and set semaphore for LLM requests 2025-12-04 15:00:08 +08:00
run_twitter_simulation.py Add MaxTokensWarningFilter to logging and set semaphore for LLM requests 2025-12-04 15:00:08 +08:00
test_profile_format.py Enhance backend functionality with OASIS simulation features 2025-12-01 15:03:44 +08:00