Fix typo
#1
by
lewtun
HF Staff
- opened
app.py
CHANGED
|
@@ -91,7 +91,7 @@ async def ask_council(question: str, progress=gr.Progress()):
|
|
| 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
|
| 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 |
"""
|
|
|
|
| 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 projects.
|
| 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 |
"""
|