How to have chat prompt in CLI after running? #3369
Unanswered
LinuxIsCool
asked this question in
Q&A
Replies: 1 comment
-
|
Add the {
"name": "YourAgent",
"clients": ["direct"],
"modelProvider": "openai",
"settings": {
"secrets": {
"OPENAI_API_KEY": "your-key-here"
}
}
}Then start your agent: elizaos agent start --path ./character.jsonThe terminal chat prompt will appear automatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The early versions of Eliza left a chat prompt in the CLI after running, but new versions do not have this feature. I like having chat directly in the CLI after running, is there a way to turn this feature back on? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions