STARBORN commited on
Commit
d9d764c
Β·
verified Β·
1 Parent(s): 0ddc689

Create readmenotebook

Browse files
Files changed (1) hide show
  1. 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!)