Skip to content

Commit

Permalink
small prompt updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOsika committed Jun 4, 2023
1 parent 45d2a56 commit f62c318
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions TODO.md

This file was deleted.

2 changes: 1 addition & 1 deletion identity/setup
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Before you finish, double check that all parts of the architecture is present in

File syntax:

```file.py
```file.py/ts/html
[ADD YOUR CODE HERE]
```
4 changes: 2 additions & 2 deletions identity/use_qa
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Before you finish, double check that all parts of the architecture is present in

File syntax:

```main_file.py
```file.py/ts/html
[ADD YOUR CODE HERE]
```
```
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def chat(
run_prefix: str = typer.Option("", help="run prefix, if you want to run multiple variants of the same project and later compare them"),
model: str = "gpt-4",
temperature: float = 0.1,
max_tokens: int = 4096,
max_tokens: int = 8192,
):

if project_path is None:
Expand Down

0 comments on commit f62c318

Please sign in to comment.