You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,18 @@ cd plugins/twitter
32
32
pip install -e .
33
33
```
34
34
35
+
## Model Selection
36
+
The foundation models which power the GAME framework can also be confgiured and selected. This can be specified when creating agents or workers. The default model used is "Llama-3.1-405B-Instruct".
37
+
38
+
The models currently supported are:
39
+
- "Llama-3.1-405B-Instruct" (default)
40
+
- "Llama-3.3-70B-Instruct"
41
+
- "DeepSeek-R1"
42
+
- "DeepSeek-V3"
43
+
- "Qwen-2.5-72B-Instruct"
44
+
45
+
**Note: If model is not specified in the API call (REST API level) or on the SDK level when creating the agents, the default (Llama-3.1-405B-Instruct) model will be used.
46
+
35
47
## Usage
36
48
1.`game`:
37
49
- Request for a GAME API key in the Game Console https://console.game.virtuals.io/
0 commit comments