quivr/backend/llm/utils
Zineb El Bachiri 1bf67e3640
refactor: Prompt module (#1688)
# Description

Prompt module with Service

## 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-23 14:13:21 +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 feat: 🎸 brainasapi 2023-11-22 22:14:53 +01:00
sanitize_function_name.py feat: allow users to chat with apis (#1612) 2023-11-09 16:58:51 +01:00