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

https://github.com/robjsliwa/adventures_in_dspy

Learn DSPy framework by coding text adventure game
https://github.com/robjsliwa/adventures_in_dspy

dspy-ai metrics ollama optimizers prompt-engineering signatures text-adventure-game

Last synced: 2 months ago
JSON representation

Learn DSPy framework by coding text adventure game

Awesome Lists containing this project

README

          

# Adventures in DSPy

Adventures in DSPy is companion code for my blog on learning DSPy framework through building text adventure games.

## Installation

```bash
pip install -r requirements.txt
```

## Training Models

```bash
python game_model_trainer.py
```

## Running the Game

```bash
python game.py
```