| author: richardblythman | |
| description: chat | |
| implementation: | |
| package: | |
| entrypoint: run.py | |
| inputs: | |
| location: node | |
| save: false | |
| system_message: You are a helpful AI assistant. | |
| license: MIT | |
| models: | |
| default_model_provider: ollama | |
| ollama: | |
| api_base: http://localhost:11434 | |
| max_tokens: 1000 | |
| model: ollama/phi | |
| temperature: 0 | |
| name: chat | |
| outputs: | |
| filename: output.txt | |
| location: node | |
| save: false | |
| type: chat | |
| version: 0.1.0 | |