├── README.md ├── app.py ├── dataset_twitter-scraper_2023-08-23_22-13-19-740.json ├── elon.jpeg ├── ingest.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langchain-ai/twitter-finetune/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langchain-ai/twitter-finetune/HEAD/app.py -------------------------------------------------------------------------------- /dataset_twitter-scraper_2023-08-23_22-13-19-740.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langchain-ai/twitter-finetune/HEAD/dataset_twitter-scraper_2023-08-23_22-13-19-740.json -------------------------------------------------------------------------------- /elon.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langchain-ai/twitter-finetune/HEAD/elon.jpeg -------------------------------------------------------------------------------- /ingest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langchain-ai/twitter-finetune/HEAD/ingest.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/langchain-ai/twitter-finetune/HEAD/requirements.txt --------------------------------------------------------------------------------