8000 GitHub - Nayjest/LLM-Console: Cross-platform API-agnostic command-line interface for LLMs with MCP support
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nayjest/LLM-Console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYPI Release Code Style Tests License

LLM-Console

LLM-Console is a cross-platform vendor-agnostic command-line interface for LLMs.

Development Status: bookmark it and go away, it is still in early development.

✨ Features

  • @todo
  • Flexible configuration via .env file
  • Extremely fast, parallel LLM usage
  • Model-agnostic (OpenAI, Anthropic, Google, local PyTorch inference, etc.)

🚀 Quickstart

# Install LLM Console via pip
pip install llm-console

# Run the interactive wizard to configure the connection to your language model.
llm

# Talk to your Language Model
llm "Wazzup, LLM"

Usage Examples

llm --mcp https://time.mcp.inevitable.fyi/mcp what is current time in Ukraine? answer in H:i:s, no additional text
> 16:31:12
>llm --mcp https://time.mcp.inevitable.fyi/mcp H:i time across a Europe, in valid toml, no text before of after toml
[EuropeTime]
London = "2024-06-10T13:38:23+01:00"
Paris = "2024-06-10T14:38:23+02:00"
Berlin = "2024-06-10T14:38:23+02:00"
Madrid = "2024-06-10T14:38:23+02:00"
Rome = "2024-06-10T14:38:23+02:00"
Athens = "2024-06-10T15:38:23+03:00"
Istanbul = "2024-06-10T16:38:23+03:00"

🤝 Contributing

We ❤️ contributions! See CONTRIBUTING.md.

📝 License

Licensed under the MIT License.

© 2022—2025 Vitalii Stepanenko

About

Cross-platform API-agnostic command-line interface for LLMs with MCP support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0