Spaces:
Sleeping
Sleeping
Removing second agent
Browse files
agents/code_writing_agent.py
CHANGED
|
@@ -4,6 +4,9 @@ import smolagents.models
|
|
| 4 |
|
| 5 |
|
| 6 |
def create_code_writing_agent():
|
|
|
|
|
|
|
|
|
|
| 7 |
return smolagents.CodeAgent(
|
| 8 |
name="code_writing_agent_without_tools",
|
| 9 |
model=smolagents.models.OpenAIServerModel(
|
|
|
|
| 4 |
|
| 5 |
|
| 6 |
def create_code_writing_agent():
|
| 7 |
+
"""
|
| 8 |
+
Create a code-writing agent without any extra tools.
|
| 9 |
+
"""
|
| 10 |
return smolagents.CodeAgent(
|
| 11 |
name="code_writing_agent_without_tools",
|
| 12 |
model=smolagents.models.OpenAIServerModel(
|