Skip to content
Snippets Groups Projects
Unverified Commit fa40b365 authored by Marcus Schiesser's avatar Marcus Schiesser Committed by GitHub
Browse files

docs: cleanup (#1745)

parent da8068e9
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 6 deletions
......@@ -3,7 +3,7 @@ title: Groq
---
import { DynamicCodeBlock } from 'fumadocs-ui/components/dynamic-codeblock';
import CodeSource from "!raw-loader!../../../../../../../../../examples/groq.ts";
import CodeSource from "!raw-loader!../../../../../../../../examples/groq.ts";
## Installation
......
......@@ -45,7 +45,7 @@ export AZURE_OPENAI_DEPLOYMENT="gpt-4" # or some other deployment name
## Local LLM
For local LLMs, currently we recommend the use of [Ollama](/docs/llamaindex/modules/llms/available_llms/ollama) LLM.
For local LLMs, currently we recommend the use of [Ollama](/docs/llamaindex/modules/llms/ollama) LLM.
## Available LLMs
......
---
title: Perplexity LLM
---
## Usage
## Installation
import { Tab, Tabs } from "fumadocs-ui/components/tabs";
<Tabs groupId="install" items={["npm", "yarn", "pnpm"]} persist>
```shell tab="npm"
npm install @llamaindex/perplexity
```
```shell tab="yarn"
yarn add @llamaindex/perplexity
```
```shell tab="pnpm"
pnpm add @llamaindex/perplexity
```
</Tabs>
## Usage
```ts
import { Settings } from "llamaindex";
......
......@@ -8,15 +8,15 @@ import { Tab, Tabs } from "fumadocs-ui/components/tabs";
<Tabs groupId="install" items={["npm", "yarn", "pnpm"]} persist>
```shell tab="npm"
npm install llamaindex
npm install @llamaindex/together
```
```shell tab="yarn"
yarn add llamaindex
yarn add @llamaindex/together
```
```shell tab="pnpm"
pnpm add llamaindex
pnpm add @llamaindex/together
```
</Tabs>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment