Support completed by via natural language

This commit is contained in:
Jorge Manrubia
2025-07-03 15:52:11 +02:00
parent 5ccb69a8d4
commit f4147bda27
29 changed files with 329436 additions and 954 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ Comment.find_each(&:refresh_search_embedding)
### Tests
For testing OpenAI API requests, we use [VCR](https://github.com/vcr/vcr). If you want to test AI features exercising the API, you need to place the `config/credentials/test.key`
that you can get from 1Password in "Fizzy - test.key". Then, when running tests that use Open AI API, you must either set the env variable VCR_RECORD=1
or to add `vcr_record!` to the test. See `VcrTestHelper`.
that you can get from 1Password in "Fizzy - test.key". Then, when running tests that use Open AI API, you must either set the env variable `VCR_RECORD=1`
or to add `vcr_record!` to the test. See `VcrTestHelper`. Due to Open AI quotas, you may need to limit the parallelization. E.g: `PARALLEL_WORKERS=2`
## Environments