Skip to content

Commit

Permalink
Merge branch 'docs/some-more-fixes' into 'develop'
Browse files Browse the repository at this point in the history
Doc fixes

See merge request dialogue-research/nemoguardrails!197
  • Loading branch information
drazvan committed Nov 27, 2023
2 parents 66b894a + 38d5644 commit f88acb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ To get started quickly, follow the steps below.
6. Install the main dependencies from `requirements.txt`:

```
pip install -r requirements-dev.txt
pip install -r requirements.txt
```

7. Install the development dependencies from `requirements-dev.txt`:
Expand Down
2 changes: 2 additions & 0 deletions nemoguardrails/llm/prompts/openai-gpt35-instruct.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Prompts for OpenAI gpt-3.5-turbo-instruct.
prompts:
- task: output_moderation
models:
- openai/gpt-3.5-turbo-instruct
content: |-
Model_output: {{ bot_response }}
Expand Down

0 comments on commit f88acb1

Please sign in to comment.