fix tests

This commit is contained in:
Louis Dureuil 2024-08-28 09:10:09 +02:00
parent 1ac008926b
commit 66bda2ce8a
No known key found for this signature in database
12 changed files with 24 additions and 10 deletions

View file

@ -191,6 +191,7 @@ async fn secrets_are_hidden_in_settings() {
"apiKey": "My suXXXXXX...",
"dimensions": 4,
"documentTemplate": "{% for field in fields %}{% if field.is_searchable and field.value != nil %}{{ field.name }}: {{ field.value }}\n{% endif %}{% endfor %}",
"documentTemplateMaxBytes": 400,
"url": "https://localhost:7777",
"request": "{{text}}",
"response": "{{embedding}}",