File size: 489 Bytes
a805bcd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5cf1687
a805bcd
 
 
 
 
 
 
 
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: multiplayer_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/llama3.1:70b
    temperature: 0
name: multiplayer_chat
outputs:
  filename: output.txt
  location: node
  save: false
type: multiplayer_chat
version: 0.1.0