Skip to content

Commit

Permalink
⏺️ add emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Feb 2, 2024
1 parent 54be587 commit d33fe99
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,23 +154,23 @@ print(poem.analysis)

## Features

- pythonic
- easy swap between openai or local models
- dynamic output types (pydantic models, or primitives)
- vision llm support
- langchain_core as backend
- jinja templating for prompts
- reliable structured output
- auto retry parsing
- langsmith support
- sync, async, streaming, parallel, fallbacks
- gguf download from huggingface
- type hints for all functions and mypy support
- chat router component
- composable with langchain LCEL
- easy error handling
- enums and literal support
- custom parsing types
- 🐍 pythonic
- 🔀 easy swap between openai or local models
- 🔄 dynamic output types (pydantic models, or primitives)
- 👁️ vision llm support
- 🧠 langchain_core as backend
- 📝 jinja templating for prompts
- 🏗️ reliable structured output
- 🔁 auto retry parsing
- 🔧 langsmith support
- 🔄 sync, async, streaming, parallel, fallbacks
- 📦 gguf download from huggingface
- type hints for all functions and mypy support
- 🗣️ chat router component
- 🧩 composable with langchain LCEL
- 🛠️ easy error handling
- 🚦 enums and literal support
- 📐 custom parsing types

## Documentation

Expand Down
34 changes: 17 additions & 17 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@ $ pip install funcchain

## Key Features

- pythonic
- easy swap between openai or local models
- dynamic output types (pydantic models, or primitives)
- vision llm support
- langchain_core as backend
- jinja templating for prompts
- reliable structured output
- auto retry parsing
- langsmith support
- sync, async, streaming, parallel, fallbacks
- gguf download from huggingface
- type hints for all functions and mypy support
- chat router component
- composable with langchain LCEL
- easy error handling
- enums and literal support
- custom parsing types
- 🐍 pythonic
- 🔀 easy swap between openai or local models
- 🔄 dynamic output types (pydantic models, or primitives)
- 👁️ vision llm support
- 🧠 langchain_core as backend
- 📝 jinja templating for prompts
- 🏗️ reliable structured output
- 🔁 auto retry parsing
- 🔧 langsmith support
- 🔄 sync, async, streaming, parallel, fallbacks
- 📦 gguf download from huggingface
- type hints for all functions and mypy support
- 🗣️ chat router component
- 🧩 composable with langchain LCEL
- 🛠️ easy error handling
- 🚦 enums and literal support
- 📐 custom parsing types

## Usage

Expand Down

0 comments on commit d33fe99

Please sign in to comment.