O.A.I.S. is a comprehensive framework for...
- AI-Powered Task Execution: Execute complex tasks using state-of-the-art AI models.
- Custom Model Integration: Easily integrate local models like GPT-2 for task execution and system analysis.
- Memory Management: Manage system memory and toggle features for privacy and user control.
git clone https://github.com/sulaimonao/O.A.I.S.git
pip install -r requirements.txt
Create a .env
file in the root directory and populate it with your API keys and environment variables.
Example:
OPENAI_API_KEY=your_openai_api_key
python main.py
The application will launch with the default provider and engine. Important: Default settings will not be saved until you manually change them in the application and click "Save."
-
Customizing Providers and Engines:
- Use the application interface to select your preferred provider and engine.
- Click "Save" to apply and register the changes.
-
Debugging:
- If you encounter issues, check the log files located in the
/logs
directory. - To troubleshoot memory-related issues, toggle the memory feature from the user interface and observe changes in system behavior.
- If you encounter issues, check the log files located in the
Feel free to contribute by submitting your ideas to "Open Issues"
Check the requirements.txt
file for all necessary dependencies.