Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gkvoelkl/python-llm-ratisbona-adventure

Web-Adventure mit ChatGPT und Python (Streamlit)
https://github.com/gkvoelkl/python-llm-ratisbona-adventure

adventure-game chatgpt game llm ollama python streamlit-webapp

Last synced: 13 days ago
JSON representation

Web-Adventure mit ChatGPT und Python (Streamlit)

Awesome Lists containing this project

README

        

# chatAdventure - ratisbona dungeons
[![de](https://img.shields.io/badge/lang-de-red.svg)](https://github.com/gkvoelkl/python-llm-ratisbona-adventure/blob/master/README.md)
[![en](https://img.shields.io/badge/lang-en-green.svg)](https://github.com/gkvoelkl/python-llm-ratisbona-adventure/blob/master/README.en.md)








You explore the dungeons beneath the city of Regensburg. The entire story and characters are managed by ChatGPT or another Large Language Model (LLM).






















## Installation

### Play on the Web

The game chatAdventure-ratisbona dungeons is freely available on the Streamlit Cloud.

Simply click on this link: [https://radisbona-adventure.streamlit.app](https://radisbona-adventure.streamlit.app)

### Local Installation

* Copy the directory from GitHub to your local drive
* Change to the directory
* Ensure all Python modules are present **pip install -r requirements.txt**
* Start the application with **streamlit run app.py**

### Local LLM

* Install Ollama (https://ollama.com)
* Load and start the model
* Then start the game

## Generating Images

Currently, generating images is only possible with Dall-E and the corresponding API key from OpenAI