This repository was archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14fc75d
commit 87d8996
Showing
4 changed files
with
55 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# =========================================================== | ||
# Configuration file for Canopy Server | ||
# =========================================================== | ||
tokenizer: | ||
# ------------------------------------------------------------------------------------------- | ||
# Tokenizer configuration | ||
# A Tokenizer singleton instance must be initialized before initializing any other components | ||
# ------------------------------------------------------------------------------------------- | ||
type: OpenAITokenizer # Options: [OpenAITokenizer, LlamaTokenizer] | ||
params: | ||
model_name: gpt-3.5-turbo | ||
|
||
chat_engine: | ||
# ------------------------------------------------------------------------------------------------------------- | ||
# Chat engine configuration | ||
# ------------------------------------------------------------------------------------------------------------- | ||
context_engine: | ||
# ------------------------------------------------------------------------------------------------------------- | ||
# ContextEngine configuration | ||
# ------------------------------------------------------------------------------------------------------------- | ||
knowledge_base: | ||
# ----------------------------------------------------------------------------------------------------------- | ||
# KnowledgeBase configuration | ||
# Enable security scanning using Robust Intelligence's AI Firewall to scan all uploaded documents | ||
# for prompt injections before they can be added to the knowledge base. Any document that is flagged | ||
# is rejected. | ||
# ----------------------------------------------------------------------------------------------------------- | ||
params: | ||
enable_security_scanning: true # Whether to enable security scanning for uploaded documents. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters