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.
2 parents 0d3cb67 + c5a7047 commit 3a3af0fCopy full SHA for 3a3af0f
src/game_sdk/game/agent.py
@@ -105,7 +105,7 @@ def __init__(self,
105
agent_description: str,
106
get_agent_state_fn: Callable,
107
workers: Optional[List[WorkerConfig]] = None,
108
- model_name: str = "Llama-3.1-405B-Instruct",
+ model_name: str = "Llama-3.3-70B-Instruct",
109
):
110
111
if api_key.startswith("apt-"):
src/game_sdk/game/worker.py
@@ -49,7 +49,7 @@ def __init__(
49
action_space: List[Function],
50
# specific additional instruction for the worker (PROMPT)
51
instruction: Optional[str] = "",
52
53
54
55
0 commit comments