Skip to content

Commit

Permalink
fix(example): change temperature to 0 for reproduce result
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Oct 7, 2024
1 parent 73d4e67 commit 2c0e743
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ $ npm install -g @offline-ai/cli
$ ai COMMAND
running command...
$ ai (--version)
@offline-ai/cli/0.5.11 linux-x64 node-v20.17.0
@offline-ai/cli/0.5.12 linux-x64 node-v20.17.0
$ ai --help [COMMAND]
USAGE
$ ai COMMAND
Expand Down Expand Up @@ -413,7 +413,7 @@ EXAMPLES
$ ai agent publish <agent-name>
```

_See code: [src/commands/agent/index.ts](https://github.com/offline-ai/cli/blob/v0.5.11/src/commands/agent/index.ts)_
_See code: [src/commands/agent/index.ts](https://github.com/offline-ai/cli/blob/v0.5.12/src/commands/agent/index.ts)_

## `ai autocomplete [SHELL]`

Expand Down
3 changes: 2 additions & 1 deletion examples/repeatQiz/repeatQiz.ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ input:
- suffix
- assistant_prefix
parameters:
temperature: 0.01
temperature: 0
memoized: false
---
system: |-
You are an expert in solving math problems. You are good at breaking down problems carefully according to all conditions, and you can easily solve various math problems.
Expand Down
3 changes: 2 additions & 1 deletion examples/repeatQiz/repeatQiz.without.ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ input:
- suffix
- assistant_prefix
parameters:
temperature: 0.01
temperature: 0
memoized: false
test:
# only: true
---
Expand Down

0 comments on commit 2c0e743

Please sign in to comment.