File size: 685 Bytes
e6433cf c7fe1ef e6433cf c7fe1ef e6433cf c7fe1ef e6433cf c7fe1ef | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Topcoder Challenge Intelligence Assistant # Windows Compatible Requirements - Updated with OpenAI LLM Integration # Core Framework for UI gradio==5.39.0 # HTTP Client for MCP Integration httpx>=0.25.0 # OpenAI API for Intelligent Chat openai>=1.0.0 # Environment and Configuration python-dotenv>=1.0.0 # Type Hints typing-extensions>=4.8.0 # Image Processing for Gradio pillow>=10.1.0 # Optional: Enhanced functionality markdown>=3.5.1 numpy>=1.24.3 # Development and Testing pytest>=7.4.3 # Note: All packages chosen for Windows compatibility # No compilation required, works on Hugging Face CPU Basic # OpenAI package added for intelligent LLM chat integration |