i-am-bee/bee-agent-framework

Update default examples to llama3.2

Closed this issue · 4 comments

@mmurad2 Interested in working on this issue could you assign this to me so that i can work on it ? I Need to implement the example model of llama 3.2 where currently we have llama 3.1 right? We need to update the models that are supported in the adapters to use it in these two files

examples/agents/bee_advanced.ts
examples/llms/providers/watsonx.ts

Yes correct, feel free to reach out if you have any questions! cc: @Tomas2D

Great @Abiji-2020!

Firstly you need to define the model template in src/adapters/shared/llmChatTemplates.ts. then you have to updates presets for BAM and WatsonX, finally update the examples.

@Tomas2D I have updated the templates and then updated the presets for the both. The PR #51 was updated on that