-
Notifications
You must be signed in to change notification settings - Fork 12
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
Showing
3 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
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
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
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,3 +1,32 @@ | ||
url: https://hauselin.github.io/ollama-r/ | ||
|
||
template: | ||
bootstrap: 5 | ||
|
||
reference: | ||
- title: API calls | ||
desc: Functions to make calls to the Ollama server/API | ||
contents: | ||
- list_models | ||
- pull | ||
- delete | ||
- generate | ||
- chat | ||
- embeddings | ||
- test_connection | ||
- create_request | ||
|
||
- subtitle: Utility or convenience functions | ||
desc: Functions that are useful for working with the Ollama API | ||
contents: | ||
- resp_process | ||
- create_message | ||
- append_message | ||
- prepend_message | ||
- delete_message | ||
- insert_message | ||
|
||
- subtitle: Miscellaneous functions and variables | ||
desc: Functions and variables used internally by the package | ||
contents: | ||
- package_config |