You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: websearch/README.md
+5-28Lines changed: 5 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This recipe demonstrates how to configure and use Perplexity web search within S
11
11
-`SPICE_PERPLEXITY_AUTH_TOKEN`: A valid authentication token for the Perplexity API. Obtain it from [Perplexity's Getting Started guide](https://docs.perplexity.ai/guides/getting-started).
12
12
-`SPICE_OPENAI_API_KEY`: A valid OpenAI API key (or equivalent).
13
13
14
-
## Using Perplexity for internet-informed conversations.
14
+
## Using web search for internet-informed conversations
15
15
16
16
1. Start the Spice runtime:
17
17
@@ -25,23 +25,9 @@ spice run
25
25
spice chat
26
26
```
27
27
28
-
3.Select `perp`
28
+
3.Ask a question
29
29
30
30
```shell
31
-
Use the arrow keys to navigate: ↓ ↑ → ←
32
-
? Select model:
33
-
openai-w-internet
34
-
▸ perp
35
-
```
36
-
37
-
4. Ask a question
38
-
39
-
```shell
40
-
spice chat
41
-
```
42
-
43
-
```shell
44
-
Using model: perp
45
31
chat> What's the weather in Korea this week?
46
32
Here's a summary of the weather in Seoul, South Korea, for this week:
47
33
@@ -62,7 +48,7 @@ The weather will transition from cold and snowy to clearer conditions by the wee
0 commit comments