nano-bots 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,14 @@
1
+ ---
2
+ meta:
3
+ name: Unknown
4
+ author: Nobody
5
+ version: 0.0.0
6
+
7
+ provider:
8
+ name: openai
9
+ settings:
10
+ model: gpt-3.5-turbo
11
+ credentials:
12
+ address: ENV/OPENAI_API_ADDRESS
13
+ access-token: ENV/OPENAI_API_ACCESS_TOKEN
14
+ user-identifier: ENV/OPENAI_API_USER_IDENTIFIER
@@ -1,14 +1,19 @@
1
1
  ---
2
- meta:
3
- name: Unknown
4
- author: Nobody
5
- version: 0.0.0
2
+ interfaces:
3
+ repl:
4
+ output:
5
+ stream: true
6
+ suffix: "\n"
7
+ prefix: "\n"
8
+ prompt:
9
+ - text: '🤖'
10
+ - text: '> '
11
+ color: blue
12
+ eval:
13
+ output:
14
+ stream: true
15
+ suffix: "\n"
6
16
 
7
17
  provider:
8
- name: openai
9
18
  settings:
10
- model: gpt-3.5-turbo
11
- credentials:
12
- address: ENV/OPENAI_API_ADDRESS
13
- access-token: ENV/OPENAI_API_ACCESS_TOKEN
14
- user-identifier: ENV/OPENAI_API_USER_IDENTIFIER
19
+ stream: true