Skip to content

Commit a58c81a

Browse files
committed
fix(agents): update framework to support more model providers
Signed-off-by: Radek Ježek <radek.jezek@ibm.com>
1 parent 4fcc1a2 commit a58c81a

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

agents/official/beeai-framework/chat/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
requires-python = ">=3.13,<4"
99
dependencies = [
10-
"beeai-framework[duckduckgo,wikipedia]~=0.1.36",
10+
"beeai-framework[duckduckgo,wikipedia]~=0.1.37",
1111
"openai==1.99.9",
1212
"beeai-sdk",
1313
"openinference-instrumentation-beeai>=0.1.8",

agents/official/beeai-framework/chat/uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/official/beeai-framework/rag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
requires-python = ">=3.13,<4"
99
dependencies = [
10-
"beeai-framework[duckduckgo,wikipedia]~=0.1.36",
10+
"beeai-framework[duckduckgo,wikipedia]~=0.1.37",
1111
"beeai-sdk",
1212
"openai==1.99.9",
1313
"openinference-instrumentation-beeai>=0.1.8",

agents/official/beeai-framework/rag/uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/beeai-cli/src/beeai_cli/commands/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async def remove_env(
9595
),
9696
Choice(
9797
name="Groq".ljust(25) + "🆓 has a free tier",
98-
value=("Groq", "https://api.groq.com/openai/v1", "deepseek-r1-distill-llama-70b"),
98+
value=("Groq", "https://api.groq.com/openai/v1", "meta-llama/llama-4-maverick-17b-128e-instruct"),
9999
),
100100
Choice(
101101
name="IBM watsonx".ljust(25),

apps/beeai-cli/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)