-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy path_pkgdown.yml
38 lines (37 loc) · 985 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
url: https://jameshwade.github.io/gpttools/
template:
bootstrap: 5
bootswatch: litera
development:
mode: auto
navbar:
structure:
left: [addins, services, reference, news]
right: [search, github]
components:
addins:
text: Addins
menu:
- text: Chat with Retrieval
href: articles/chat-with-retrieval.html
- text: Scrape Packages
href: articles/scrape-pkgs.html
- text: Other Addins
href: articles/other-addins.html
services:
text: Services
menu:
- text: OpenAI
href: articles/openai.html
- text: Local Models with Ollama
href: articles/ollama.html
- text: HuggingFace
href: articles/huggingface.html
- text: Anthropic
href: articles/anthropic.html
- text: Azure OpenAI
href: articles/azure.html
- text: Google AI Studio
href: articles/google.html
- text: Perplexity
href: articles/perplexity.html