nano-bots 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -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