Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-becker authored Jun 18, 2024
1 parent 1808b9f commit ade10bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ Use "tgi" as a model for Text Generation Inference by HuggingFace or one of thes

### Config Arguments:
```py
instruction: str,
endpoint_url: str = "https://api.openai.com",
model: str = "gpt-3.5-turbo",
api_key: str = "-",
instruction: str
endpoint_url: str = "https://api.openai.com"
model: str = "gpt-3.5-turbo"
api_key: str = "-"
use_moderator: bool = False
max_turns: int = 10
force_all_turns: bool = False
Expand Down

0 comments on commit ade10bb

Please sign in to comment.