An open API service indexing awesome lists of open source software.

https://github.com/mlang/llm-sky

LLM plugin to retrieve METAR weather reports
https://github.com/mlang/llm-sky

Last synced: 9 months ago
JSON representation

LLM plugin to retrieve METAR weather reports

Awesome Lists containing this project

README

          

# llm-sky

LLM tools for fetching environmental information.

## Installation

```bash
llm install git+https://github.com/mlang/llm-sky
```

## Usage

```bash
llm -f metar:LOWG 'How is the weather?'
llm -T 'Local("Graz")' 'Report local conditions?'
llm -T 'Local(latitude=47, longitude=15.5)' 'Report local conditions?'
llm -T geocode -T weather 'How is the weather in Quito, Ecuador?'
llm -T geocode -T sun 'When does the sun rise in Oslo?'
```