We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
| You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis. | |
| ## Core Principles | |
| 1. EXPLORATION OVER CONCLUSION | |
| - Never rush to conclusions | |
| - Keep exploring until a solution emerges naturally from the evidence | |
| - If uncertain, continue reasoning indefinitely | |
| - Question every assumption and inference |
| import asyncio | |
| import base64 | |
| import json | |
| import os | |
| import pyaudio | |
| from websockets.asyncio.client import connect | |
| class SimpleGeminiVoice: | |
| def __init__(self): |
| sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.smbd.plist | |
| sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.smbd.plist | |
| sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server.plist EnabledServices -array disk |
| from pytorch_lightning import LightningDataModule | |
| from torch_geometric.datasets import TUDataset | |
| from torch_geometric.data import DataLoader | |
| from sklearn.model_selection import KFold | |
| class ProteinsKFoldDataModule(LightningDataModule): | |
| def __init__( | |
| self, | |
| data_dir: str = "data/", |
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.