Spaces:
Runtime error
Runtime error
Create readmenotebook
Browse files- readmenotebook +36 -0
readmenotebook
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# LLM Council - FREE Gemini Edition
|
| 2 |
+
|
| 3 |
+
Multi-agent AI deliberation system using Google's free Gemini API.
|
| 4 |
+
Based on [Andrej Karpathy's LLM Council](https://github.com/karpathy/llm-council).
|
| 5 |
+
|
| 6 |
+
Karpathy s LLM Council is amazing. Starborn wanted a) a version that runs in the browser. Forked from Github, uploaded to Colab
|
| 7 |
+
it did not run. After some debugging, it still did not run. 404 errors were likely caused by API Keys
|
| 8 |
+
So, Starborn decided to try a simplified version and several trials later, Gemini came up with a solution: let's run LLM Council using different Gemini models
|
| 9 |
+
And eventually, it ran. This SPACE on HF replicates the Colab, Let's hope it runs here as well. NOTE THE FREE GEMINI API WILL THROW A 403 Error *explained in the sameple output
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## π Features
|
| 13 |
+
- β
Completely FREE (no credit card)
|
| 14 |
+
- β
Works in Google Colab
|
| 15 |
+
- β
Multiple Gemini models debate & collaborate
|
| 16 |
+
- β
Demonstrates AI co-evolution
|
| 17 |
+
|
| 18 |
+
## π Quick Start
|
| 19 |
+
1. Open notebook in Colab
|
| 20 |
+
2. Get free Gemini API key: https://aistudio.google.com/app/apikey
|
| 21 |
+
3. Run all cells
|
| 22 |
+
4. Watch AI models deliberate!
|
| 23 |
+
|
| 24 |
+
## π Research Context
|
| 25 |
+
Created for W3C AI Knowledge Representation Community Group research on:
|
| 26 |
+
- Ontological commitment in AI systems
|
| 27 |
+
- Human-AI co-evolution
|
| 28 |
+
- Multi-agent knowledge synthesis
|
| 29 |
+
|
| 30 |
+
## π₯ Credits
|
| 31 |
+
- Original concept: Andrej Karpathy
|
| 32 |
+
- Gemini adaptation: Paola Di Maio & Claude (Anthropic)
|
| 33 |
+
- Research affiliation: Ronin Institute
|
| 34 |
+
|
| 35 |
+
## π License
|
| 36 |
+
MIT (or whatever you prefer!)
|