summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2024-01-07 08:25:44 -0300
committericebaker <icebaker@proton.me>2024-01-07 08:25:44 -0300
commita66869de7c872b6384bebd9ceae84c424931620d (patch)
tree83a55c71cce8208c8094f9ce4639e94ca3abc7be
parent232f88c119391d6038b88bd9c4d35a0286639ad9 (diff)
updating README
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index d878960..493d573 100644
--- a/README.md
+++ b/README.md
@@ -34,13 +34,22 @@ well. How can I assist you?
---
meta:
symbol: 🤖
- name: ChatGPT
+ name: Nano Bot Name
+ author: Your Name
+ version: 1.0.0
+ license: CC0-1.0
+ description: A helpful assistant.
+
+behaviors:
+ interaction:
+ directive: You are a helpful assistant.
provider:
id: openai
credentials:
access-token: ENV/OPENAI_API_KEY
settings:
+ user: ENV/NANO_BOTS_END_USER
model: gpt-4-1106-preview
```
@@ -1139,6 +1148,12 @@ bundle exec ruby spec/tasks/run-model.rb spec/data/cartridges/models/openai/gpt-
bundle exec ruby spec/tasks/run-model.rb spec/data/cartridges/models/openai/gpt-4-turbo.yml stream
```
+If you face issues upgrading gem versions:
+
+```sh
+bundle install --full-index
+```
+
### Publish to RubyGems
```bash