-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
97a5ba5
commit 6347dfc
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
examples/typescript/perplexity-alike-asking-confirmation-rag-agent/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
|
||
|
||
https://github.com/user-attachments/assets/5a5f8a50-9ff9-4374-85c0-461478fa25c8 | ||
|
||
|
||
|
||
|
||
```bash | ||
pnpm i | ||
export OPENAI_API_KEY="<your key>" | ||
# or leave empty and use ollama (you will be prompted choice) | ||
pnpx tsx screenpipe.ts | ||
``` | ||
|
||
you can try with ollama too! | ||
|
||
but had some issue with function calling, maybe with other model than llama3.1 it can work | ||
|
||
|