An open API service indexing awesome lists of open source software.

https://github.com/xetdata/llm_evolution

A repository of LLM queries over time to track how they evolve.
https://github.com/xetdata/llm_evolution

Last synced: 4 days ago
JSON representation

A repository of LLM queries over time to track how they evolve.

Awesome Lists containing this project

README

          

# LLM Evolution Tracking

To run, simply set up a new python environment using

```
python -m venv .venv/
. .venv/bin/activate
pip install ipython pandas diskcache openai
```

Then run
```
python runner.py
```

At this point, the new results can be loaded form results using
```
import pandas as pd
results = pd.read_csv('output_data/'