Skip to content

Commit

Permalink
Shorten example file names
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Apr 25, 2024
1 parent 80e68cb commit 800da2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Chat with a pre-defined agent using the following command:

```bash
bundle exec examples/groq-user-chat.rb
bundle exec examples/user-chat.rb
# or
bundle exec examples/groq-user-chat.rb --agent-prompt examples/agent-prompts/helloworld.yml
bundle exec examples/user-chat.rb --agent-prompt examples/agent-prompts/helloworld.yml
```

There are two example agent prompts available:
Expand All @@ -27,15 +27,15 @@ There is also an example of streaming the conversation to terminal as it is rece
It defaults to the slower `llama3-70b-8192` model so that the streaming is more noticable.

```bash
bundle exec examples/groq-user-chat-streaming.rb --agent-prompt examples/agent-prompts/pizzeria-sales.yml
bundle exec examples/user-chat-streaming.rb --agent-prompt examples/agent-prompts/pizzeria-sales.yml
```

### Pizzeria

Run the pizzeria example with the following command:

```bash
bundle exec examples/groq-user-chat.rb --agent-prompt examples/agent-prompts/pizzeria-sales.yml
bundle exec examples/user-chat.rb --agent-prompt examples/agent-prompts/pizzeria-sales.yml
```

> 🍕 Hello! Thank you for calling our pizzeria. I'm happy to help you with your inquiry. Do you have a question about our menu or would you like to place an order?
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 800da2d

Please sign in to comment.