Skip to content

Commit 14134fb

Browse files
jezekra1edengilbert
authored andcommitted
fix(tests): switch to custom model again (i-am-bee#1608)
Signed-off-by: Radek Ježek <[email protected]> Signed-off-by: Eden Gilbert <[email protected]>
1 parent 2a71d90 commit 14134fb

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/e2e-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
- run: mise run agentstack-server:test:e2e
4646
env:
47-
# LLM_API_BASE: "${{ secrets.OPENAI_API_BASE }}"
48-
# LLM_MODEL: "${{ secrets.OPENAI_MODEL }}"
49-
# LLM_API_KEY: "${{ secrets.OPENAI_API_KEY }}"
50-
LLM_API_BASE: "https://api.groq.com/openai/v1"
51-
LLM_MODEL: "groq:meta-llama/llama-4-maverick-17b-128e-instruct"
52-
LLM_API_KEY: "${{ secrets.GROQ_API_KEY }}"
47+
LLM_API_BASE: "${{ secrets.OPENAI_API_BASE }}"
48+
LLM_MODEL: "${{ secrets.OPENAI_MODEL }}"
49+
LLM_API_KEY: "${{ secrets.OPENAI_API_KEY }}"
50+
# LLM_API_BASE: "https://api.groq.com/openai/v1"
51+
# LLM_MODEL: "groq:meta-llama/llama-4-maverick-17b-128e-instruct"
52+
# LLM_API_KEY: "${{ secrets.GROQ_API_KEY }}"

apps/agentstack-server/tests/e2e/agents/test_agent_starts.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ async def test_remote_agent(subtests, a2a_client_factory, get_final_task_from_st
4949
message = create_text_message_object(
5050
content=(
5151
"How do you say informal hello in italian in 4 letters? "
52-
"Please don't say anything extra and give me a response directly using the final_answer tool"
52+
"Please don't say anything extra and give me a response directly using your knowledge. "
53+
"DO NOT USE OTHER TOOLS LIKE WIKIPEDIA, YOU CAN ANSWER THIS DIRECTLY FROM YOUR KNOWLEDGE."
5354
)
5455
)
5556
spec = LLMServiceExtensionSpec.from_agent_card(providers[0].agent_card)

0 commit comments

Comments
 (0)