-
Notifications
You must be signed in to change notification settings - Fork 150
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
docs: add Slack tutorial #285
Conversation
7c741c0
to
342d99b
Compare
342d99b
to
cc83f39
Compare
Signed-off-by: Tomas Pilar <[email protected]>
cc83f39
to
7794d90
Compare
docs/tutorials.md
Outdated
// Create Bee agent | ||
const agent = new BeeAgent({ | ||
// We're using phi4 LLM ran locally via Ollama | ||
llm: new OllamaChatLLM({ modelId: "phi4" }), |
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.
phi4
is not supposed to do call tooling
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.
Well, it does it better than llama3.1
, we couldn't make it to do two tool calls.
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.
I would rather stick with llama3.1 / granite and update the system prompt accordingly.
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.
I made some changes, so the tutorial should work with llama 3.1
Signed-off-by: Matous Havlena <[email protected]>
d0d47b4
to
10fd74c
Compare
Signed-off-by: Matous Havlena <[email protected]>
Signed-off-by: Tomas Pilar [email protected]
Which issue(s) does this pull-request address?
Closes: #
Description
Checklist
yarn lint
oryarn lint:fix
yarn format
oryarn format:fix
yarn test:unit
yarn test:e2e