File size: 444 Bytes
2029b44
 
 
 
 
 
 
b313946
2029b44
 
 
 
 
 
 
 
 
 
 
 
 
b313946
2029b44
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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