quivr/backend/llm/utils
Stan Girard 921ab11067
fix: 🐛 api (#2068)
error

# 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):
2024-01-22 17:33:48 -08:00
..
call_brain_api.py feat: composite brains db (#1826) 2023-12-06 08:40:18 +01:00
extract_api_brain_definition_values_from_llm_output.py refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
extract_api_definition.py refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
format_chat_history.py refactor: chat for multibrains (#1812) 2023-12-04 18:38:54 +01:00
get_api_brain_definition_as_json_schema.py feat: composite brains db (#1826) 2023-12-06 08:40:18 +01:00
get_prompt_to_use_id.py refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
get_prompt_to_use.py refactor: Prompt module (#1688) 2023-11-23 14:13:21 +01:00
make_api_request.py fix: 🐛 api (#2068) 2024-01-22 17:33:48 -08:00
sanitize_function_name.py feat: allow users to chat with apis (#1612) 2023-11-09 16:58:51 +01:00