Skip to content

Commit

Permalink
fix test, removed dream-persona-skill testing due to transfer to giga…
Browse files Browse the repository at this point in the history
…chat
  • Loading branch information
RafilGalimzyanov committed Apr 22, 2024
1 parent 3526149 commit d9cdaab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -105,7 +105,7 @@ services:
SERVICE_NAME: dff_dream_persona_ru_prompted_skill
PROMPT_FILE: common/prompts/dream_persona_ru.json
GENERATIVE_SERVICE_URL: http://gigachat-api:8187/respond
GENERATIVE_SERVICE_CONFIG: ruxglm_config.json
GENERATIVE_SERVICE_CONFIG: gigachat.json
GENERATIVE_TIMEOUT: 20
N_UTTERANCES_CONTEXT: 3
context: .
Expand Down
4 changes: 1 addition & 3 deletions tests/runtests_dream_ruxglm.sh
Expand Up @@ -110,9 +110,7 @@ if [[ "$MODE" == "test_skills" || "$MODE" == "all" ]]; then
echo "Passing test data to each skill selected for testing"


for container in ranking-based-response-selector-ru prompt-selector-ru \
dff-dream-persona-ruxglm-prompted-skill; do

for container in ranking-based-response-selector-ru prompt-selector-ru; do
echo "Run tests for $container"
dockercompose_cmd exec -T -u $(id -u) $container ./test.sh
done
Expand Down

0 comments on commit d9cdaab

Please sign in to comment.