You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
413 B
28 lines
413 B
---
|
|
title: "Language Model"
|
|
description: "The LLM that powers your 01"
|
|
---
|
|
|
|
## Llamafile
|
|
|
|
Llamafile is cool!
|
|
|
|
## Llamaedge
|
|
|
|
Llamaedge is also cool!
|
|
|
|
## Hosted Models
|
|
|
|
01OS leverages liteLLM which supports [many hosted models](https://docs.litellm.ai/docs/providers/).
|
|
|
|
To select your providers
|
|
|
|
```bash
|
|
# Set the LLM service
|
|
poetry run 01 --llm-service openai
|
|
```
|
|
|
|
## Other Models
|
|
|
|
More instructions coming soon!
|