Skip to content

Commit

Permalink
Install Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Oct 26, 2024
1 parent 7a00bc6 commit 21c0d5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Simple extension to query OpenAI Completion API endpoints such as Ollama/OpenAI/

> Experimental: USE AT YOUR OWN RISK!
## Installing and Loading
```sql
INSTALL open_prompt FROM community;
LOAD open_prompt;
```

### Functions
- `open_prompt(prompt)`
- `set_api_url(/v1/chat/completions)`
Expand Down

0 comments on commit 21c0d5d

Please sign in to comment.