-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: add info on running with remote ollama #83
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IDEs provide type-hints on what you can pass to the class.
This code snippet only bloats the README, but feel free to add this here examples/llms/providers/ollama.ts
.
Lots of us don't use an IDE but up to you. When adding to |
Yes, please add it to the example.
|
@mhdawson, are you still going to do it? |
@Tomas2D will do it today, Monday was a holiday in Canada where I am. |
I think running with a remote ollama instance will be a relatively common use case. Having this little bit of extra info would have saved me time and void me having to hunt through the code and other examples to figure out how to use my remote instance. Signed-off-by: Michael Dawson <[email protected]>
1bfd4d0
to
4a5afb9
Compare
@Tomas2D updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you.
I think running with a remote ollama instance will be a relatively common use case.
Having this little bit of extra info would have
saved me time and void me having to hunt through the code and other examples to figure out how to use my remote instance.
Which issue(s) does this pull-request address?
While working through the initial example I had to spend some time figuring out how to use my existing remote ollama instance. I believe this will be common enough that it's worth adding a small section to help people avoid that additional effort when trying out the first example.
Closes: #
Description
Adds the info to the README.md to show how to use a remote ollama instance.
Checklist
yarn lint
oryarn lint:fix
yarn format
oryarn format:fix
yarn test:unit
yarn test:e2e