burtenshaw commited on
Commit
de5c185
·
1 Parent(s): 33c8a2e

update description

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -90,8 +90,9 @@ async def ask_council(question: str, progress=gr.Progress()):
90
 
91
 
92
  description = """
93
- An MCP server that consults a council of LLMs to answer questions.
94
- <img src="https://pbs.twimg.com/media/G6ZZO7ragAAtnCZ?format=jpg" alt="MCP Server" style="width: 100%; height: auto; text-align: center;">
 
95
  ⚠️ We're using 5 models in the council, so it takes a minute to answer.
96
  """
97
 
 
90
 
91
 
92
  description = """
93
+ An MCP server that consults a council of LLMs to answer questions. [LLM Council](https://github.com/machine-theory/lm-council?tab=readme-ov-file) is a project by Machine Theory
94
+ and Andrej Karpathy. This space exposes it as an MCP server so you can use it in your own projchatects.
95
+ <img src="https://pbs.twimg.com/media/G6ZZO7ragAAtnCZ?format=jpg" alt="MCP Server" style="width: 300px; height: auto; text-align: center;">
96
  ⚠️ We're using 5 models in the council, so it takes a minute to answer.
97
  """
98