forked from Mirror/ollama4j
Updated docs
This commit is contained in:
parent
e75878d248
commit
8b2145913c
@ -41,11 +41,11 @@ terminal of your code editor.
|
|||||||
|
|
||||||
The command runs the Ollama server locally at **http://localhost:11434/**.
|
The command runs the Ollama server locally at **http://localhost:11434/**.
|
||||||
|
|
||||||
### Start your project
|
### Setup your project
|
||||||
|
|
||||||
Get started by **creating a new Maven project** on your favorite IDE.
|
Get started by **creating a new Maven project** on your favorite IDE.
|
||||||
|
|
||||||
Add the dependency to your project.
|
Add the dependency to your project's `pom.xml`.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
|
|
||||||
|
@ -44,14 +44,14 @@ const config = {
|
|||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://github.com/amithkoujalgi/ollama4j',
|
'https://github.com/amithkoujalgi/ollama4j/docs',
|
||||||
},
|
},
|
||||||
blog: {
|
blog: {
|
||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
// Remove this to remove the "edit this page" links.
|
// Remove this to remove the "edit this page" links.
|
||||||
editUrl:
|
editUrl:
|
||||||
'https://github.com/amithkoujalgi/ollama4j',
|
'https://github.com/amithkoujalgi/ollama4j/docs',
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: './src/css/custom.css',
|
customCss: './src/css/custom.css',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user