We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a228d41 commit 04fbfb8Copy full SHA for 04fbfb8
tests/llm/test_tracking.py
@@ -5,13 +5,9 @@
5
import pytest
6
7
import agentlab.llm.tracking as tracking
8
-from agentlab.llm.chat_api import (
9
- AzureChatModel,
10
- OpenAIChatModel,
11
- OpenRouterChatModel,
12
- make_system_message,
13
- make_user_message,
14
-)
+from agentlab.llm.chat_api import (AzureChatModel, OpenAIChatModel,
+ OpenRouterChatModel, make_system_message,
+ make_user_message)
15
16
17
def test_get_action_decorator():
@@ -37,7 +33,6 @@ def test_get_action_decorator():
37
33
"meta-llama/llama-3.1-70b-instruct",
38
34
"meta-llama/llama-3.1-8b-instruct",
39
35
"google/gemini-pro-1.5",
40
- "qwen/qwen-2-vl-72b-instruct",
41
36
)
42
43
0 commit comments