update readme
Esse commit está contido em:
+2
-2
@@ -156,13 +156,13 @@ For a more detailed setup and usage guide, please refer to the [Perplexica Repos
|
||||
Run Agent S2 with a specific model (default is `gpt-4o`):
|
||||
|
||||
```bash
|
||||
agent_s --model gpt-4o --grounding_model claude-3-7-sonnet-20250219
|
||||
agent_s --model claude-3-7-sonnet-20250219 --grounding_model claude-3-7-sonnet-20250219
|
||||
```
|
||||
|
||||
Or use a custom endpoint:
|
||||
|
||||
```bash
|
||||
agent_s --model gpt-4o --endpoint_provider "huggingface" --endpoint_url "<endpoint_url>/v1/"
|
||||
agent_s --model claude-3-7-sonnet-20250219 --endpoint_provider "huggingface" --endpoint_url "<endpoint_url>/v1/"
|
||||
```
|
||||
|
||||
#### Main Model Settings
|
||||
|
||||
@@ -22,7 +22,7 @@ class PROCEDURAL_MEMORY:
|
||||
for attr_name in dir(agent_class):
|
||||
if attr_name in skipped_actions:
|
||||
continue
|
||||
|
||||
|
||||
attr = getattr(agent_class, attr_name)
|
||||
if callable(attr) and hasattr(attr, "is_agent_action"):
|
||||
# Use inspect to get the full function signature
|
||||
|
||||
Arquivo binário não exibido.
|
Antes Largura: | Altura: | Tamanho: 158 KiB Depois Largura: | Altura: | Tamanho: 212 KiB |
Arquivo binário não exibido.
|
Antes Largura: | Altura: | Tamanho: 455 KiB Depois Largura: | Altura: | Tamanho: 420 KiB |
Referência em uma Nova Issue
Bloquear um usuário