Skip to content

Commit

Permalink
Fix prompt matching issue in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
drazvan committed Jul 25, 2024
1 parent 9ca4604 commit 619e0b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_llm_task_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def test_prompt_length_exceeded_empty_events():
prompts:
- task: generate_user_intent
models:
- gpt-3.5-turbo-instruct
- openai/gpt-3.5-turbo-instruct
max_length: 2000
content: |-
{{ general_instructions }}
Expand Down Expand Up @@ -195,7 +195,7 @@ def test_prompt_length_exceeded_compressed_history():
prompts:
- task: generate_user_intent
models:
- gpt-3.5-turbo-instruct
- openai/gpt-3.5-turbo-instruct
max_length: 3000
content: |-
{{ general_instructions }}
Expand Down Expand Up @@ -257,7 +257,7 @@ def test_stop_configuration_parameter():
prompts:
- task: generate_user_intent
models:
- gpt-3.5-turbo-instruct
- openai/gpt-3.5-turbo-instruct
stop:
- <<end>>
- <<stop>>
Expand Down

0 comments on commit 619e0b3

Please sign in to comment.