quivr/backend/llm/utils
Stan Girard a84219f193
fix(api): fixed issue with name function and ilmproved promtp (#1759)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-11-29 23:54:39 +01:00
..
call_brain_api.py feat: allow users to chat with apis (#1612) 2023-11-09 16:58:51 +01:00
extract_api_brain_definition_values_from_llm_output.py feat: allow users to chat with apis (#1612) 2023-11-09 16:58:51 +01:00
extract_api_definition.py feat: allow users to chat with apis (#1612) 2023-11-09 16:58:51 +01:00
get_api_brain_definition_as_json_schema.py feat: allow users to chat with apis (#1612) 2023-11-09 16:58:51 +01:00
get_prompt_to_use_id.py feat: add brain prompt overwritting from chat (#1012) 2023-08-22 14:23:27 +02:00
get_prompt_to_use.py refactor: Prompt module (#1688) 2023-11-23 14:13:21 +01:00
make_api_request.py fix(api): fixed issue with name function and ilmproved promtp (#1759) 2023-11-29 23:54:39 +01:00
sanitize_function_name.py feat: allow users to chat with apis (#1612) 2023-11-09 16:58:51 +01:00