elismasilva commited on
Commit
c512700
·
1 Parent(s): dabdc27

update README

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -81,7 +81,7 @@ The goal was to build something delightful that would not exist without AI: a to
81
 
82
  - **NVIDIA Nemotron Quest**: Nemotron Nano 4B is the required AI opponent.
83
  - **OpenBMB Awards**: VoxCPM2 provides the Director voice layer.
84
- - **Modal Awards**: the remote TTS path can run on Modal for low-friction hosted audio.
85
  - **OpenAI Codex**: all development happened in the linked GitHub repository, which includes Codex-attributed commits.
86
  - **Tiny Titan**: the gameplay stack uses small models only, including Nemotron Nano 4B and VoxCPM2.
87
  - **Off-Brand**: the app uses custom Gradio HTML components for a game-like interface instead of a standard form UI.
@@ -129,10 +129,10 @@ For lightweight development, TTS can be disabled so Director lines appear as tex
129
 
130
  ## Credits
131
 
132
- Voice generation uses **VoxCPM2 by OpenBMB**.
133
- Gameplay inference uses **NVIDIA Nemotron Nano 4B**.
134
- Remote audio can be hosted with **Modal**.
135
- Development was assisted by **OpenAI Codex with GPT-5.5**.
136
 
137
  Built with **Gradio** and **Hugging Face Spaces** for the Build Small Hackathon.
138
 
 
81
 
82
  - **NVIDIA Nemotron Quest**: Nemotron Nano 4B is the required AI opponent.
83
  - **OpenBMB Awards**: VoxCPM2 provides the Director voice layer.
84
+ - **Modal Awards**: the remote TTS path run on Modal for low-friction hosted audio.
85
  - **OpenAI Codex**: all development happened in the linked GitHub repository, which includes Codex-attributed commits.
86
  - **Tiny Titan**: the gameplay stack uses small models only, including Nemotron Nano 4B and VoxCPM2.
87
  - **Off-Brand**: the app uses custom Gradio HTML components for a game-like interface instead of a standard form UI.
 
129
 
130
  ## Credits
131
 
132
+ - Voice generation uses **VoxCPM2 by OpenBMB**.
133
+ - Gameplay inference uses **NVIDIA Nemotron Nano 4B**.
134
+ - Remote audio inference uses **Modal**.
135
+ - Development was assisted by **OpenAI Codex with GPT-5.5**.
136
 
137
  Built with **Gradio** and **Hugging Face Spaces** for the Build Small Hackathon.
138