Models
GitHub
Discord
Turbo
Sign in
Download
Models
Download
GitHub
Discord
Sign in
xingyaow
/
codeact-agent-mistral
:latest
1,355
Downloads
Updated
1 year ago
An LLM agent that deeply integrates with Python Interpreter.
An LLM agent that deeply integrates with Python Interpreter.
Cancel
codeact-agent-mistral:latest
...
/
template
af2b8fe4710f · 156B
{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ if .Prompt }}<|im_start|>user
{{ .Prompt }}<|im_end|>
{{ end }}<|im_start|>assistant