Skip to content

Commit

Permalink
update integration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Feb 12, 2025
1 parent 75386b9 commit 8208c40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 206 deletions.
206 changes: 0 additions & 206 deletions docs/docs/integrations/providers/abso.ipynb

This file was deleted.

14 changes: 14 additions & 0 deletions docs/docs/integrations/providers/abso.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Abso

[Abso](https://abso.ai/#router) is an open-source LLM proxy that automatically routes requests between fast and slow models based on prompt complexity. It uses various heuristics to chose the proper model. It's Very fast and has low latency.


## Installation and setup

```bash
pip install langchain-abso
```

## Chat

See usage details [here](/docs/docs/integrations/chat/abso.ipynb)

0 comments on commit 8208c40

Please sign in to comment.