-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_pkgdown.yml
88 lines (79 loc) · 1.88 KB
/
_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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
url: https://hauselin.github.io/ollama-r
home:
title: Ollama R Library
description: Run Ollama language models in R.
sidebar:
structure: [links, license, community, citation, authors, dev, toc]
toc:
depth: 4
navbar:
structure:
left: [intro, reference, news]
components:
twitter:
icon: fa-twitter
href: https://x.com/hauselin
arial-label: X
template:
bootstrap: 5
light-switch: true
theme: a11y-light
theme-dark: a11y-dark
opengraph:
twitter:
site: "@hauselin"
creator: "@hauselin"
reference:
- title: Ollamar functions
- subtitle: API endpoints
desc: Make calls to the Ollama server/API.
contents:
- generate
- chat
- create
- list_models
- show
- copy
- delete
- pull
- push
- embed
- embeddings
- ps
- ver
- subtitle: API helpers
desc: Work with and extend the Ollama API.
contents:
- resp_process
- ohelp
- model_avail
- image_encode_base64
- test_connection
- create_request
- subtitle: Manipulate chat history
desc: Manipulate chat history for Ollama and other LLM providers.
contents:
- create_messages
- create_message
- append_message
- prepend_message
- delete_message
- insert_message
- validate_message
- validate_messages
- encode_images_in_messages
- subtitle: Model options
desc: Functions to get information about the options available.
contents:
- check_option_valid
- check_options
- search_options
- validate_options
- subtitle: Internal functions and variables
desc: Functions and variables used internally by the package.
contents:
- package_config
- model_options
- stream_handler
- resp_process_stream
- get_tool_calls